mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 09:48:22 +00:00
temporary fix for build and remove previous auth related code
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
"use server";
|
||||
|
||||
import prisma from "@/lib/db";
|
||||
|
||||
export async function useFormula() {
|
||||
const formula = await prisma.billFormula.findFirst();
|
||||
return formula;
|
||||
}
|
Reference in New Issue
Block a user