tango-app-api-trax 3.3.1-beta-48 → 3.3.1-beta-49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1499,6 +1499,7 @@ export const updateConfigurev1 =async ( req, res ) => {
|
|
|
1499
1499
|
let configDetails = {
|
|
1500
1500
|
...inputBody?.checkListDetails,
|
|
1501
1501
|
publishDate: inputBody.checkListDetails.publish ? new Date() : '',
|
|
1502
|
+
scheduleRepeatedType: inputBody?.checkListDetails?.schedule,
|
|
1502
1503
|
scheduleStartTimeISO: dayjs.utc( inputBody?.checkListDetails?.scheduleStartTime, 'hh:mm A' ).format(),
|
|
1503
1504
|
scheduleEndTimeISO: dayjs.utc( inputBody?.checkListDetails?.scheduleEndTime, 'hh:mm A' ).format(),
|
|
1504
1505
|
scheduleDate: inputBody?.checkListDetails?.scheduleDate ? dayjs( inputBody.checkListDetails.scheduleDate ).format() : '',
|