(b: AnyCb)
| 2400 | } |
| 2401 | // Drop owned connections / tools / definitions for this integration. |
| 2402 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 2403 | yield* core.deleteMany("tool", { where }); |
| 2404 | yield* core.deleteMany("definition", { where }); |
| 2405 | yield* core.deleteMany("connection", { where }); |