Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht committed Oct 25, 2023
1 parent 10e3fd3 commit be3e3d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/api/posts/submit/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ export async function POST(req: NextRequest) {
url: url,
subtitle: subtitle ? subtitle : null,
authorId: Number(authorId),
author: {
connect: {
id: Number(authorId),
}
}
}
})

Expand Down

0 comments on commit be3e3d4

Please sign in to comment.