This commit is contained in:
AdisakKanthawilang 2024-10-16 11:26:01 +07:00
parent 6570ef4856
commit 3097e3ed71

View file

@ -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;