(wantedId: string)
| 312 | } |
| 313 | |
| 314 | async close(wantedId: string): Promise<MutationOutcome> { |
| 315 | return unwrap(await close({ ctx: this.#ctx(), wantedId }), this.#config.onError); |
| 316 | } |
| 317 | |
| 318 | // ── Publishing ───────────────────────────────────────────────── |
| 319 |