diff --git a/admin-next/src/app/api/wallets/export-seeds/route.ts b/admin-next/src/app/api/wallets/export-seeds/route.ts index ebf8e79..1f219f0 100755 --- a/admin-next/src/app/api/wallets/export-seeds/route.ts +++ b/admin-next/src/app/api/wallets/export-seeds/route.ts @@ -16,8 +16,6 @@ export async function GET(request: NextRequest) { address: true, derivationPath: true, mnemonic: true, - }, - include: { user: { select: { username: true }, }, diff --git a/admin-next/src/app/api/wallets/seeds/route.ts b/admin-next/src/app/api/wallets/seeds/route.ts index 1286a92..7afefa6 100755 --- a/admin-next/src/app/api/wallets/seeds/route.ts +++ b/admin-next/src/app/api/wallets/seeds/route.ts @@ -16,8 +16,6 @@ export async function GET(request: NextRequest) { address: true, derivationPath: true, mnemonic: true, - }, - include: { user: { select: { username: true }, },