Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
D0dii committed Jan 2, 2025
1 parent b90a6a4 commit 67a3641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/lib/utils/update-local-plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export const updateLocalPlan = async (
week: g.week.replace("-", "") as "" | "TN" | "TP",
endTime: g.endTime.split(":").slice(0, 2).join(":"),
startTime: g.startTime.split(":").slice(0, 2).join(":"),
spotsOccupied: g.spotsOccupied,
spotsTotal: g.spotsTotal,
}));
return {
id: c.id,
Expand Down

0 comments on commit 67a3641

Please sign in to comment.