Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
update deps while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
rudotriton committed Aug 29, 2021
1 parent 9515864 commit 88dbb17
Show file tree
Hide file tree
Showing 3 changed files with 993 additions and 1,719 deletions.
7 changes: 2 additions & 5 deletions calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,8 @@ async function buildCalendarView(date, stack, settings2) {
);
const calendarStack = rightStack.addStack();
calendarStack.spacing = 2;
const {
calendar,
daysFromPrevMonth,
daysFromNextMonth,
} = buildCalendar_default(date, settings2);
const { calendar, daysFromPrevMonth, daysFromNextMonth } =
buildCalendar_default(date, settings2);
const { eventCounts, intensity } = await countEvents_default(
date,
daysFromPrevMonth,
Expand Down
Loading

0 comments on commit 88dbb17

Please sign in to comment.