tango-app-api-trax 3.7.79 → 3.7.80

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-trax",
3
- "version": "3.7.79",
3
+ "version": "3.7.80",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3420,6 +3420,7 @@ export async function runAIFlag( req, res ) {
3420
3420
  } ) );
3421
3421
  } ) );
3422
3422
  }
3423
+ return res.sendSuccess( 'Message send successfully' );
3423
3424
  } catch ( e ) {
3424
3425
  logger.error( { functionName: 'runAIFlag', error: e } );
3425
3426
  return res.sendError( e, 500 );