Skip to content

Commit

Permalink
chore(frontend): remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 24, 2025
1 parent 9ca41d5 commit a537da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/routes/_dashboard.calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export type SearchParams = z.infer<typeof searchParamsSchema>;
export const loader = async ({ request }: LoaderFunctionArgs) => {
const cookieName = await getEnhancedCookieName("calendar", request);
await redirectUsingEnhancedCookieSearchParams(request, cookieName);
// TODO: Use inbuilt parseQuery
// TODO: Use inbuilt parseQuery here
const query = zx.parseQuery(request, searchParamsSchema);
const date = dayjsLib(query.date);
const [{ userCalendarEvents }] = await Promise.all([
Expand Down

0 comments on commit a537da3

Please sign in to comment.