1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00

fix eslint

This commit is contained in:
addisonbeck
2025-07-28 16:39:44 -04:00
parent 1b00f0215e
commit 5e1414a697

View File

@@ -1,7 +1,7 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { array, record } from "@bitwarden/serialization";
import { isGuid } from "@bitwarden/guid";
import { array, record } from "@bitwarden/serialization";
import { UserId } from "../../types/guid";
import { StorageKey } from "../../types/state";