Skip to content

Commit 61eaaed

Browse files
committed
remove uneeded import
1 parent f00a55e commit 61eaaed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared/db/wallet-credentials/update-wallet-credential.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { PrismaTransaction } from "../../schemas/prisma";
21
import { getWalletCredential } from "./get-wallet-credential";
32
import { encrypt } from "../../utils/crypto";
43
import { z } from "zod";
@@ -9,7 +8,6 @@ const entitySecretSchema = z.string().regex(/^[0-9a-fA-F]{64}$/, {
98
});
109

1110
interface UpdateWalletCredentialParams {
12-
pgtx?: PrismaTransaction;
1311
id: string;
1412
label?: string;
1513
isDefault?: boolean;

0 commit comments

Comments
 (0)