tango-app-api-task 3.7.48 → 3.7.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-task",
3
- "version": "3.7.48",
3
+ "version": "3.7.49",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1254,7 +1254,7 @@ export async function insertSingleProcessData( checklistId, answerTypechange, in
1254
1254
  } else {
1255
1255
  return false;
1256
1256
  }
1257
- let sTime = dayjs.utc( getCLconfig.publishDate ).format( 'hh:mm A' );
1257
+ let sTime = dayjs.utc().format( 'hh:mm A' );
1258
1258
  startTimeIso = dayjs.utc( sTime, 'hh:mm A' );
1259
1259
  endTimeIso = dayjs.utc( getCLconfig.scheduleEndTimeISO );
1260
1260
  let insertdata = {};