Skip to content

Commit

Permalink
chore: rename action in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Jan 16, 2025
1 parent dec12c4 commit d69af99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/form/admin-form/admin-form.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ const _handleUpdateWhitelistSetting: ControllerHandler<
logger.error({
message: 'Error occurred when updating form settings',
meta: {
action: 'handleUpdateSettings',
action: '_handleUpdateSettings',
...createReqMeta(req),
userId: sessionUserId,
formId,
Expand Down

0 comments on commit d69af99

Please sign in to comment.