Commit 1a6da05
authored
fix: assign logSensitiveData in CDAHttpException constructor before it is used (#324)
The createString method is called inside the constructor and makes use of the logSensitiveData variable. Because that variable is assigned after the function call it is always false.1 parent 33c1494 commit 1a6da05
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments