diff --git a/app/routes/events-team.tsx b/app/routes/events-team.tsx index 60efcfc..f2564e3 100644 --- a/app/routes/events-team.tsx +++ b/app/routes/events-team.tsx @@ -33,7 +33,7 @@ export async function loader({ context }: { context: RequestContext }) { const now = new Date(); const monthEventList = await context.env.D1.prepare( - "SELECT approved, created_by, day, id, month, pending, type, year FROM events WHERE month = ? AND year = ?;", + "SELECT answer, approved, created_by, day, details, id, month, pending, type, year FROM events WHERE month = ? AND year = ?;", ) .bind(now.getUTCMonth() + 1, now.getUTCFullYear()) .all(); @@ -158,7 +158,7 @@ export default function () { {event.type === "rotw" ? ( - RIDDLE ANSWER + Riddle Answer {event.answer}