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 c541384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/frontend/app/routes/_dashboard.calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ 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
const query = zx.parseQuery(request, searchParamsSchema);
const date = dayjsLib(query.date);
const [{ userCalendarEvents }] = await Promise.all([
Expand Down

0 comments on commit c541384

Please sign in to comment.