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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-store-builder",
3
- "version": "1.0.0-beta-46",
3
+ "version": "1.0.0-beta-47",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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
- return res.sendError( 'No data found', 204 );
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' ) ) {