fix: unused element

This commit is contained in:
Matthew Raymer
2025-05-28 08:38:10 +00:00
parent 835a270e65
commit be40643379

View File

@@ -1,5 +1,5 @@
import migrationService from "../services/migrationService";
import type { QueryExecResult, SqlValue } from "../interfaces/database";
import type { QueryExecResult } from "../interfaces/database";
import { DEFAULT_ENDORSER_API_SERVER } from "@/constants/app";
import { arrayBufferToBase64 } from "@/libs/crypto";