Skip to content

Commit

Permalink
A fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 18, 2019
1 parent 583500e commit 182a13d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/legacy/server/logging/apply_filters_to_keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
*/

function toPojo(obj) {
if (obj.err && obj.err.data) {
delete obj.err.data;
}
return JSON.parse(JSON.stringify(obj));
}

Expand Down

0 comments on commit 182a13d

Please sign in to comment.