Skip to content

Commit

Permalink
fix: 🐛 fix export conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Sep 27, 2023
1 parent fbda166 commit e50f2a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/api/conversations/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ async function exportConversations(

handler.post(
validate({
body: z.object({ userId: z.string().cuid() }),
handler: respond(exportConversations),
})
);
Expand Down

0 comments on commit e50f2a4

Please sign in to comment.