We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e39aa3 commit 5644249Copy full SHA for 5644249
apps/web/@/actions/protect/postAction.ts
@@ -3,7 +3,7 @@
3
import { revalidatePath } from "next/cache"
4
import { redirect } from "next/navigation"
5
6
-import {
+import prisma, {
7
createPost,
8
PostOnUserType,
9
PostStatus,
0 commit comments