diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 81b4da5c..81b53ecc 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3575,6 +3575,7 @@ export class CommandController extends Controller { lastUpdateFullName: req.user.name, createdAt: new Date(), lastUpdatedAt: new Date(), + status: "DONE" }; Object.assign(dataAssis, metaAssis);