fix: linting

This commit is contained in:
2025-09-27 13:24:28 -06:00
parent a51fd90659
commit db4496c57b
3 changed files with 3 additions and 10 deletions

View File

@@ -371,11 +371,7 @@ import {
import { Contact } from "../db/tables/contacts";
import { BoundingBox } from "../db/tables/settings";
import { PlanData } from "../interfaces";
import {
didInfo,
errorStringForLog,
getHeaders,
} from "../libs/endorserServer";
import { didInfo, errorStringForLog, getHeaders } from "../libs/endorserServer";
import { OnboardPage, retrieveAccountDids } from "../libs/util";
import { logger } from "../utils/logger";
import { UserProfile } from "@/libs/partnerServer";