enhancement(lint): Fix lint errors for src/modules/howWasYourDay.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-11-27 01:43:09 +00:00 committed by GitHub
parent 8e8737a686
commit 52d4d41539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ import { hacktime } from ".";
export let cached_spotify_songs = [];
export function resetSpotifyCache(app: ModifiedApp) {
cached_spotify_songs = app.db.get("spotify_songs") || [];
}
export async function getDayResponse(db: JSONdb) {
const hw = await getTodaysEvents().then((e: any) => {