(id: string, updates: QueueItemStateUpdate)
| 54 | } |
| 55 | |
| 56 | updateItemState(id: string, updates: QueueItemStateUpdate) { |
| 57 | return this.#withHost((h) => h.updateItemState(id, updates)); |
| 58 | } |
| 59 | |
| 60 | goToNext() { |
| 61 | return this.#withHost((h) => h.goToNext()); |
no test coverage detected