Skip to content

Commit

Permalink
Merge pull request #8 from deepsingh132/development
Browse files Browse the repository at this point in the history
Resolves an issue causing a crash on the for-you page when creating a new post
  • Loading branch information
deepsingh132 authored Jun 19, 2024
2 parents 0285918 + b89089c commit 0cea9f2
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 0cea9f2

Please sign in to comment.