tango-app-api-store-builder 1.0.0-beta-46 → 1.0.0-beta-47
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
|
@@ -417,9 +417,9 @@ export async function updateStatus( req, res ) {
|
|
|
417
417
|
|
|
418
418
|
export async function updateAnswers( req, res ) {
|
|
419
419
|
try {
|
|
420
|
-
if ( !req.body.fixtureId ) {
|
|
421
|
-
|
|
422
|
-
}
|
|
420
|
+
// if ( !req.body.fixtureId ) {
|
|
421
|
+
// return res.sendError( 'No data found', 204 );
|
|
422
|
+
// }
|
|
423
423
|
|
|
424
424
|
req.body.answers.forEach( ( ans ) => {
|
|
425
425
|
if ( ans.image && ans.image.includes( 'http' ) ) {
|