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;