enhancement(lint): Fix lint errors for src/modules/hw.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-12-18 01:32:41 +00:00 committed by GitHub
parent e4ac4646aa
commit 193a9423ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,4 +54,4 @@ export async function getTodaysEvents() {
const today = new Date();
const events = await getEventsForDate(today);
return events;
}
}