1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 03:03:26 +00:00
This commit is contained in:
Hinton
2025-11-20 11:22:33 +01:00
parent 358f8e8119
commit aab685ee34

View File

@@ -20,7 +20,6 @@ import { I18nService } from "../abstractions/i18n.service";
const nodeURL = typeof self === "undefined" ? require("url") : null;
declare global {
/* eslint-disable-next-line no-var */
var bitwardenContainerService: BitwardenContainerService;
}