chore(*): cleanup and formatting

This commit is contained in:
Cory Dransfeldt 2025-05-18 13:24:16 -07:00
parent 4f72f68f68
commit 09e820e842
No known key found for this signature in database
33 changed files with 184 additions and 196 deletions

View file

@ -25,8 +25,7 @@ export const albumReleasesCalendar = (collection) => {
url: albumUrl,
uid: `${album.release_timestamp}-${album.artist.name}-${album.title}`,
};
})
.filter((event) => event !== null);
}).filter((event) => event !== null);
const { error, value } = ics.createEvents(events, {
calName: "Album releases calendar • coryd.dev",