We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358f8e8 commit aab685eCopy full SHA for aab685e
libs/common/src/platform/misc/utils.ts
@@ -20,7 +20,6 @@ import { I18nService } from "../abstractions/i18n.service";
20
const nodeURL = typeof self === "undefined" ? require("url") : null;
21
22
declare global {
23
- /* eslint-disable-next-line no-var */
24
var bitwardenContainerService: BitwardenContainerService;
25
}
26
0 commit comments