Skip to content

Commit

Permalink
Merge pull request #1914 from Expensify/rocio-ErrorMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
cead22 authored Oct 22, 2024
2 parents 2ce076a + 34aa729 commit 6f6153f
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 @@ -54,7 +54,8 @@ static const set<string> PARAMS_WHITELIST = {
"companyName",
"companyWebsite",
"invoice",
"policyAccountID"
"policyAccountID",
"errorMessage"
};

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

0 comments on commit 6f6153f

Please sign in to comment.