From 3097e3ed71189bfab34ccdea934e166dd3489797 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 16 Oct 2024 11:26:01 +0700 Subject: [PATCH] fix --- src/controllers/KpiUserEvaluationController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/KpiUserEvaluationController.ts b/src/controllers/KpiUserEvaluationController.ts index 7598551..7a3d8eb 100644 --- a/src/controllers/KpiUserEvaluationController.ts +++ b/src/controllers/KpiUserEvaluationController.ts @@ -1664,7 +1664,7 @@ export class KpiUserEvaluationController extends Controller { isSendInbox: true, isSendNotification: true, }) - .then(() => {}) + .then(async () => {}) .catch(() => {}); const before = null; kpiUserEvaluation.lastUpdateUserId = request.user.sub;