Skip to content

Commit

Permalink
Fix lint errors from merge (#13122)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur authored Jan 29, 2025
1 parent fe08980 commit 320a459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/browser/src/background/main.background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import { Account } from "@bitwarden/common/platform/models/domain/account";
import { GlobalState } from "@bitwarden/common/platform/models/domain/global-state";
import { SymmetricCryptoKey } from "@bitwarden/common/platform/models/domain/symmetric-crypto-key";
import { NotificationsService } from "@bitwarden/common/platform/notifications";
// eslint-disable-next-line no-restricted-imports -- Needed for service creation
import {
DefaultNotificationsService,
WorkerWebPushConnectionService,
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/app/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ import { SdkClientFactory } from "@bitwarden/common/platform/abstractions/sdk/sd
import { SdkLoadService } from "@bitwarden/common/platform/abstractions/sdk/sdk-load.service";
import { AbstractStorageService } from "@bitwarden/common/platform/abstractions/storage.service";
import { ThemeType } from "@bitwarden/common/platform/enums";
// eslint-disable-next-line no-restricted-imports -- Needed for DI
import {
UnsupportedWebPushConnectionService,
WebPushConnectionService,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { concat, defer, fromEvent, map, Observable, of, switchMap } from "rxjs";

import { SupportStatus } from "@bitwarden/common/platform/misc/support-status";
// eslint-disable-next-line no-restricted-imports -- In platform owned code.
import {
WebPushConnector,
WorkerWebPushConnectionService,
Expand Down

0 comments on commit 320a459

Please sign in to comment.