mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
ci: use local prisma client
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { prisma } from "@/lib/db"
|
||||
import { Prisma } from "@prisma/client"
|
||||
import { Prisma } from "@/prisma/client"
|
||||
import { cache } from "react"
|
||||
|
||||
export const getCurrencies = cache(async (userId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user