()
| 546 | return me.spy(this.user.id, { |
| 547 | success () { return window.location.reload() }, |
| 548 | error () { |
| 549 | forms.enableSubmit(button) |
| 550 | return errors.showNotyNetworkError(...arguments) |
| 551 | } |
| 552 | } |
| 553 | ) |
| 554 | } |
no outgoing calls
no test coverage detected