Commit d343889
committed
fix: remove redundant optional chaining in toString call
The null check on line 282 already ensures issueNumberValue is not null,
so the optional chaining operators on toString() and trim() are unnecessary.
As noted by Copilot code review.1 parent 48733e5 commit d343889
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments