tango-app-api-task 3.7.2-multireff-2 → 3.7.2-multireff-3

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-task",
3
- "version": "3.7.2-multireff-2",
3
+ "version": "3.7.2-multireff-3",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -4837,7 +4837,7 @@ export async function commonAiTask( req, res ) {
4837
4837
  locationCount: 1,
4838
4838
  ...( inputBody?.checkListId ) ? { referenceCheckListId: inputBody?.checkListId } : {},
4839
4839
  coverage: 'store',
4840
- checkListFrom: 'api',
4840
+ checkListFrom: '',
4841
4841
  };
4842
4842
  data['approver'] = userAdmin;
4843
4843
  let answer = await findAnswer( inputBody?.answerType );