tango-app-api-trax 3.7.84 → 3.7.85

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-trax",
3
- "version": "3.7.84",
3
+ "version": "3.7.85",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1382,7 +1382,7 @@ export async function insertTimeDelayFlags( req, res ) {
1382
1382
  checklistName: store.checkListName?.trim(),
1383
1383
  submittedBy: '--',
1384
1384
  time: '--',
1385
- domain: `${JSON.parse( process.env.URL ).domain}/manage/trax/flags`,
1385
+ domain: `${JSON.parse( process.env.URL ).domain}/manage/trax/flags?date=${dayjs().format( 'YYYY-MM-DD' )}`,
1386
1386
  type: 'delay',
1387
1387
  };
1388
1388
  const fileContent = fs.readFileSync( path.resolve( path.dirname( '' ) ) + '/src/hbs/flag.hbs', 'utf8' );