From 6546c2fe5166f6d51ef5b6514ded6a440850a7d3 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Mon, 30 Sep 2024 02:06:14 +0800 Subject: [PATCH] chore: fix lint error --- identity/identity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity/identity.ts b/identity/identity.ts index 68c5fbe..b56580f 100644 --- a/identity/identity.ts +++ b/identity/identity.ts @@ -5,7 +5,7 @@ import { } from "../crypto/mod.ts"; import { type BlahActKeyRecord, blahActKeyRecordSchema } from "./actKey.ts"; import { blahIdentityFileSchema } from "./identityFile.ts"; -import { BlahIdentityFile } from "./mod.ts"; +import type { BlahIdentityFile } from "./mod.ts"; import type { BlahProfile } from "./profile.ts"; type InternalActKey = {