From a125a8fabfb30798c49dbb0c19c68dfdeceb74d8 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Wed, 20 Nov 2024 11:37:08 +0100 Subject: [PATCH] format --- apps/web/src/app/billing/shared/tax-info.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/app/billing/shared/tax-info.component.ts b/apps/web/src/app/billing/shared/tax-info.component.ts index 770fbcaac27..e9c42f1983c 100644 --- a/apps/web/src/app/billing/shared/tax-info.component.ts +++ b/apps/web/src/app/billing/shared/tax-info.component.ts @@ -16,7 +16,6 @@ import { LogService } from "@bitwarden/common/platform/abstractions/log.service" import { SharedModule } from "../../shared"; - type TaxInfoView = Omit & { includeTaxId: boolean; [key: string]: unknown;