Skip to content

Commit

Permalink
comma fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragsalian committed Nov 13, 2024
1 parent bd6c143 commit 901ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void SLogStackTrace(int level) {
// If the param name is not in this whitelist, we will log <REDACTED> in addLogParams.
static const set<string> PARAMS_WHITELIST = {
"accountID",
"attendees"
"attendees",
"cardID",
"command",
"companyName",
Expand Down

0 comments on commit 901ad0b

Please sign in to comment.