From 40d7419821d939cbf816cfee714ca33017307e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 26 Jul 2023 11:58:38 +0200 Subject: [PATCH] refactor: Remove webhook from `IDatabaseCollections` (no-changelog) (#6745) * refactor: Remove webhook from `IDatabaseCollections` * refactor: Remove also from `collections` --- packages/cli/src/Db.ts | 1 - packages/cli/src/Interfaces.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/cli/src/Db.ts b/packages/cli/src/Db.ts index 528a9f417c..02d32a3744 100644 --- a/packages/cli/src/Db.ts +++ b/packages/cli/src/Db.ts @@ -187,7 +187,6 @@ export async function init(testConnectionOptions?: ConnectionOptions): Promise> { Tag: TagRepository; User: UserRepository; Variables: VariablesRepository; - Webhook: WebhookRepository; Workflow: WorkflowRepository; WorkflowStatistics: WorkflowStatisticsRepository; WorkflowTagMapping: WorkflowTagMappingRepository;