From 8723a169133278902bb9e64294c28eb731b3ad10 Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 3 Jul 2025 20:30:20 -0400 Subject: [PATCH] Lint fixes --- backend/src/services/app-connection/app-connection-types.ts | 2 +- frontend/src/hooks/api/appConnections/types/app-options.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/services/app-connection/app-connection-types.ts b/backend/src/services/app-connection/app-connection-types.ts index d944793d5..b8afd41c3 100644 --- a/backend/src/services/app-connection/app-connection-types.ts +++ b/backend/src/services/app-connection/app-connection-types.ts @@ -292,7 +292,7 @@ export type TAppConnectionConfig = | TFlyioConnectionConfig | TGitLabConnectionConfig | TCloudflareConnectionConfig - | TBitbucketConnectionConfig; + | TBitbucketConnectionConfig | TZabbixConnectionConfig; export type TValidateAppConnectionCredentialsSchema = diff --git a/frontend/src/hooks/api/appConnections/types/app-options.ts b/frontend/src/hooks/api/appConnections/types/app-options.ts index 1fa1086c9..e7d672a34 100644 --- a/frontend/src/hooks/api/appConnections/types/app-options.ts +++ b/frontend/src/hooks/api/appConnections/types/app-options.ts @@ -134,7 +134,7 @@ export type TCloudflareConnectionOption = TAppConnectionOptionBase & { export type TBitbucketConnectionOption = TAppConnectionOptionBase & { app: AppConnection.Bitbucket; -} +}; export type TZabbixConnectionOption = TAppConnectionOptionBase & { app: AppConnection.Zabbix; @@ -168,7 +168,7 @@ export type TAppConnectionOption = | TFlyioConnectionOption | TGitlabConnectionOption | TCloudflareConnectionOption - | TBitbucketConnectionOption; + | TBitbucketConnectionOption | TZabbixConnectionOption; export type TAppConnectionOptionMap = {