Skip to content

Commit

Permalink
fix post due to comment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
s-alad committed Mar 12, 2024
1 parent 96f63c1 commit a5c8f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new/client/pages/api/add/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
"isLate": false,
"retakeCounter": 0,
takenAt: taken_at,
caption: caption.toString(), // might not be working
/* caption: caption.toString(), // might not be working */
visibility: ["friends"],
backCamera: {
bucket: primary_bucket,
Expand Down

0 comments on commit a5c8f13

Please sign in to comment.