mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
8e8737a686
commit
52d4d41539
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue