({ type = 'all' })
| 46 | } |
| 47 | |
| 48 | deleteAll({ type = 'all' }) { |
| 49 | return axios.post(`${this.url}/destroy_all`, { |
| 50 | type, |
| 51 | }); |
| 52 | } |
| 53 | |
| 54 | snooze({ id, snoozedUntil = null }) { |
| 55 | return axios.post(`${this.url}/${id}/snooze`, { |
no test coverage detected