Commit 0e5fb75
committed
HTML API: Remove redundant isset check in provenance computation
When is_virtual is false, current_token is guaranteed to be set (the
is_virtual check already validates this). Remove the redundant isset()
call from the provenance ternary in push/pop handlers.1 parent 26a1b1c commit 0e5fb75
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
0 commit comments