tango-app-api-trax 3.3.1-beta-76 → 3.3.1-beta-77

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.3.1-beta-76",
3
+ "version": "3.3.1-beta-77",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1802,10 +1802,10 @@ export async function submitChecklist( req, res ) {
1802
1802
  client_id: req.user.clientId,
1803
1803
  redoStatus: requestData?.redoStatus ? true : false,
1804
1804
  userEmail: getchecklist[0].userEmail || '',
1805
- userName: getchecklist[0].userName | '',
1805
+ userName: getchecklist[0].userName || '',
1806
1806
  coverage: getchecklist[0].coverage || '',
1807
1807
  };
1808
- // console.log( 'logInsertData=>', logInsertData );
1808
+ console.log( 'logInsertData=>', logInsertData );
1809
1809
  await checklistLogs.create( logInsertData );
1810
1810
  // let time = dayjs().format( 'HH:mm:ss' );
1811
1811
  // let [ hours, minutes ] = time.split( ':' ).map( Number );