Skip to content

Commit 5644249

Browse files
committed
feat: refactor prisma
1 parent 5e39aa3 commit 5644249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/@/actions/protect/postAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { revalidatePath } from "next/cache"
44
import { redirect } from "next/navigation"
55

6-
import {
6+
import prisma, {
77
createPost,
88
PostOnUserType,
99
PostStatus,

0 commit comments

Comments
 (0)