(b: AnyCb)
| 2460 | } |
| 2461 | // Drop owned connections / tools / definitions for this integration. |
| 2462 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 2463 | yield* core.deleteMany("tool", { where }); |
| 2464 | yield* core.deleteMany("definition", { where }); |
| 2465 | yield* core.deleteMany("connection", { where }); |