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