tango-app-api-trax 3.7.13-qid-halfshutter-11 → 3.7.13-qid-halfshutter-12
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
|
@@ -3570,6 +3570,9 @@ export async function taskQuestionList( req, res ) {
|
|
|
3570
3570
|
userEmail: { $ifNull: [ '$userEmail', '' ] },
|
|
3571
3571
|
storeName: { $ifNull: [ '$storeName', '' ] },
|
|
3572
3572
|
redoStatus: { $ifNull: [ '$redoStatus', false ] },
|
|
3573
|
+
rawImageUpload: { $ifNull: [ '$rawImageUpload', false ] },
|
|
3574
|
+
rawVideoUpload: { $ifNull: [ '$rawVideoUpload', false ] },
|
|
3575
|
+
videoUploadTimeLimit: { $ifNull: [ '$videoUploadTimeLimit', 0 ] },
|
|
3573
3576
|
},
|
|
3574
3577
|
} );
|
|
3575
3578
|
|