tango-app-api-trax 3.3.1-hotfix-19 → 3.3.1-hotfix-20

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-hotfix-19",
3
+ "version": "3.3.1-hotfix-20",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1686,6 +1686,7 @@ export async function internalAISendPushNotification( req, res ) {
1686
1686
  type: req.body?.type,
1687
1687
  storeId: req.body?.storeId,
1688
1688
  date: req.body?.date,
1689
+ clientId: req.body?.clientId,
1689
1690
  };
1690
1691
  let responseData = await sendAiPushNotification( userData.fcmToken, custom, userData.loginFrom );
1691
1692
  if ( responseData ) {