Skip to content

Commit

Permalink
Add adminID and auditorID to allowed params
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetlath committed Jan 27, 2025
1 parent 99ff46b commit 42e07b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ static set<string> PARAMS_WHITELIST = {
"approver",
"approvers",
"employees",
"adminID",
"auditorID",
};

string addLogParams(string&& message, const STable& params) {
Expand Down

0 comments on commit 42e07b1

Please sign in to comment.