tango-app-api-task 3.6.2-bulktask-9 → 3.6.2-bulktask-10
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
|
@@ -4834,7 +4834,7 @@ export async function commonAiTask( req, res ) {
|
|
|
4834
4834
|
locationCount: 1,
|
|
4835
4835
|
...( inputBody?.checkListId ) ? { referenceCheckListId: inputBody?.checkListId } : {},
|
|
4836
4836
|
coverage: 'store',
|
|
4837
|
-
checkListFrom: '
|
|
4837
|
+
checkListFrom: '',
|
|
4838
4838
|
};
|
|
4839
4839
|
data['approver'] = userAdmin;
|
|
4840
4840
|
let answer = await findAnswer( inputBody?.answerType );
|