From 8fa81616026b8a1df19e0d7939cc97c5b3442ebc Mon Sep 17 00:00:00 2001 From: x032205 Date: Fri, 30 May 2025 11:51:15 -0400 Subject: [PATCH] lint --- backend/src/ee/services/oidc/oidc-config-service.ts | 1 - .../components/BillingCloudTab/PreviewSection.tsx | 10 ++++++++-- .../BillingDetailsTab/CompanyNameSection.tsx | 5 ++++- .../BillingDetailsTab/InvoiceEmailSection.tsx | 5 ++++- .../components/BillingDetailsTab/PmtMethodsSection.tsx | 5 ++++- .../components/BillingDetailsTab/TaxIDSection.tsx | 5 ++++- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/backend/src/ee/services/oidc/oidc-config-service.ts b/backend/src/ee/services/oidc/oidc-config-service.ts index 7cebc1825..d933835e4 100644 --- a/backend/src/ee/services/oidc/oidc-config-service.ts +++ b/backend/src/ee/services/oidc/oidc-config-service.ts @@ -15,7 +15,6 @@ import { OrgPermissionActions, OrgPermissionSubjects } from "@app/ee/services/pe import { TPermissionServiceFactory } from "@app/ee/services/permission/permission-service"; import { getConfig } from "@app/lib/config/env"; import { BadRequestError, ForbiddenRequestError, NotFoundError, OidcAuthError } from "@app/lib/errors"; -import { logger } from "@app/lib/logger"; import { OrgServiceActor } from "@app/lib/types"; import { ActorType, AuthMethod, AuthTokenType } from "@app/services/auth/auth-type"; import { TAuthTokenServiceFactory } from "@app/services/auth-token/auth-token-service"; diff --git a/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/PreviewSection.tsx b/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/PreviewSection.tsx index 98309edbd..eaa90450e 100644 --- a/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/PreviewSection.tsx +++ b/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/PreviewSection.tsx @@ -112,7 +112,10 @@ export const PreviewSection = () => { Get unlimited members, projects, RBAC, smart alerts, and so much more.

- + {(isAllowed) => (