tango-app-api-analysis-traffic 3.0.0-alpha.44 → 3.0.0-alpha.45

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-analysis-traffic",
3
- "version": "3.0.0-alpha.44",
3
+ "version": "3.0.0-alpha.45",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -116,7 +116,7 @@ export async function addBills( req, res ) {
116
116
  let nobDateIso =new Date( inputData?.bills[i]?.nobDate );
117
117
  nobDateIso.setUTCHours( 0, 0, 0, 0 );
118
118
  let inserData={
119
- clientId: req?.user?.clientId,
119
+ clientId: req?.clientId,
120
120
  storeId: storeData[0]?.storeId,
121
121
  storeCode: storeData[0]?.storeCode,
122
122
  storeName: storeData[0]?.storeName,