Skip to content

Commit

Permalink
Merge pull request #1908 from Expensify/vit-addPolicyAccoundIDToWhite…
Browse files Browse the repository at this point in the history
…list

Add the policy account Id to param whitelist
  • Loading branch information
madmax330 authored Oct 21, 2024
2 parents ae92878 + 2e17924 commit 02829cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ static const set<string> PARAMS_WHITELIST = {
"policyID",
"companyName",
"companyWebsite",
"invoice"
"invoice",
"policyAccountID"
};

string addLogParams(string&& message, const map<string, string>& params) {
Expand Down

0 comments on commit 02829cc

Please sign in to comment.