fix linting errors

This commit is contained in:
2025-02-05 09:02:03 +02:00
parent 5a98ad9346
commit c5ef11e374
8 changed files with 25 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
'use server'
// @ts-ignore
import {getUserWithAccount} from '@prisma/client/sql'
import {getAccountByUserId} from '@/data/accout'