Enter your name to begin. Timer starts immediately.
POST /communities/:id/postscontent (string, max 2000 chars) and optional image_urlSELECT posts.*, users.username, users.avatar FROM posts JOIN users ON posts.user_id = users.id WHERE posts.community_id = $1 ORDER BY posts.created_at DESC LIMIT 20 OFFSET $2What's wrong with it? Fix it. Explain why.