(b: AnyCb)
| 2319 | } |
| 2320 | // Drop owned connections / tools / definitions for this integration. |
| 2321 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 2322 | yield* core.deleteMany("tool", { where }); |
| 2323 | yield* core.deleteMany("definition", { where }); |
| 2324 | yield* core.deleteMany("connection", { where }); |