Commit f8713a0
authored
[PECO-1179] Added handling for staging remove (#174)
Earlier when I had coded this, I accidentally introduced a bug where the
user facing API was delete instead of remove. This was because under the
hood we are doing a delete operation. This should fix the bug, we should
definitely hotfix our release. I've tested it locally for each operation
this time.1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
617 | | - | |
| 616 | + | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments