Skip to content

Commit

Permalink
Resolves an issue causing a crash on the for-you page when creating a…
Browse files Browse the repository at this point in the history
… new post
  • Loading branch information
deepsingh132 committed Jun 19, 2024
1 parent 6edbbc9 commit b89089c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ export default function Input({
userImg: session?.user?.image || "",
content: sanitizedInput || "",
category: "other",
likes: [],
comments: [],
url: sanitizedUrl || "",
name: session?.user?.name || "Test User",
authorID: session?.user?.id,
Expand Down

0 comments on commit b89089c

Please sign in to comment.