tango-app-api-infra 3.9.0 → 3.9.1
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
|
@@ -1024,6 +1024,7 @@ export async function sendSqsMessage( inputData, tempId, getStoreType, storeId )
|
|
|
1024
1024
|
revop_type: 'footfall',
|
|
1025
1025
|
temp_id: tempId,
|
|
1026
1026
|
time: Date.now(),
|
|
1027
|
+
createdAt:new Date()
|
|
1027
1028
|
}
|
|
1028
1029
|
await insertWithId(openSearch.revopsLog,id,logs)
|
|
1029
1030
|
return true;
|