tango-app-api-task 3.7.43 → 3.7.44

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-task",
3
- "version": "3.7.43",
3
+ "version": "3.7.44",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -7338,6 +7338,8 @@ export async function AITaskCreation( req, res ) {
7338
7338
 
7339
7339
  if ( inputBody.reason ) {
7340
7340
  answer[0].reason = inputBody.reason;
7341
+ }
7342
+ if ( inputBody.detectionTime ) {
7341
7343
  answer[0].detectionTime = inputBody.detectionTime;
7342
7344
  }
7343
7345