Commit 918ce04
committed
fix(quality): discard unused entry param in cache lambda
The UserHelper.GetByLoginId cache populator doesn't need the
ICacheEntry parameter; using `_` silences the new ReSharper
UnusedParameter.Local finding the previous commit introduced
when it collapsed the closure.1 parent 431b45b commit 918ce04
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments