Change task delay

This commit is contained in:
2022-01-17 19:06:44 +01:00
parent f8682376cb
commit 1688bd074c

View File

@@ -1,7 +1,7 @@
import Logger from '@ioc:Adonis/Core/Logger'
import { getCurrentPlayingFromSpotify, getSpotifyAccount } from 'App/Utils/SongUtils'
const MS = 3000
const MS = 1000
let taskId
async function SpotifyCurrentListeningWatcher(): Promise<void> {