Skip to content

Commit

Permalink
fix unspec/busy break
Browse files Browse the repository at this point in the history
  • Loading branch information
jho44 committed Aug 14, 2023
1 parent dba35c2 commit 0ffb39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/calendar/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
let schedDiffs: string[] = [];
async function markAs(i: number, status: string) {
if (status === AvailabilityStatus.UNSPECIFIED || status === AvailabilityStatus.BUSY) return {};
const availRangeParts =
status === AvailabilityStatus.AVAILABLE
? getAvailRangeParts(unsaved[i].availRange as string)
Expand Down

0 comments on commit 0ffb39b

Please sign in to comment.