(b: AnyCb)
| 2782 | } |
| 2783 | // Drop owned connections / tools / definitions for this integration. |
| 2784 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 2785 | yield* core.deleteMany("tool", { where }); |
| 2786 | yield* core.deleteMany("definition", { where }); |
| 2787 | yield* core.deleteMany("connection", { where }); |