From 318c2ee7ba3835092f7377126f250c188e7e2b36 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 29 Mar 2024 13:11:52 +0700 Subject: [PATCH] no message --- src/controllers/ProfileGovernmentController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ProfileGovernmentController.ts b/src/controllers/ProfileGovernmentController.ts index dcfb2f28..d30d63b9 100644 --- a/src/controllers/ProfileGovernmentController.ts +++ b/src/controllers/ProfileGovernmentController.ts @@ -185,6 +185,7 @@ export class ProfileGovernmentHistoryController extends Controller { Object.assign(record, body); record.lastUpdateFullName = req.user.name; record.lastUpdateFullName = req.user.name; + historyData.profileId = profileId; historyData.lastUpdateFullName = req.user.name; historyData.lastUpdateFullName = req.user.name;