From f5d5f89ec2b21842b6ed4d8ca5e74e38dae67349 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Mon, 21 Mar 2022 15:02:28 +0800 Subject: [PATCH] - Remove exit. --- api/v1/entries/taskbatchcreate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/entries/taskbatchcreate.php b/api/v1/entries/taskbatchcreate.php index a992624e18..deda4e24ef 100644 --- a/api/v1/entries/taskbatchcreate.php +++ b/api/v1/entries/taskbatchcreate.php @@ -74,7 +74,6 @@ class taskBatchCreateEntry extends Entry $control = $this->loadController('task', 'batchCreate'); $control->batchCreate($executionID, $storyID, $moduleID, $taskID); - exit; $data = $this->getData(); if(!$data) return $this->send400('error'); if(isset($data->status) and $data->status == 'fail') return $this->sendError(zget($data, 'code', 400), $data->message);