mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-04 01:20:49 +01:00
Fix
This commit is contained in:
@@ -30,9 +30,6 @@ class ScheduleSyncWorkflow:
|
||||
streamers = await StreamerConfigRepository().all()
|
||||
|
||||
for streamer in streamers:
|
||||
if streamer.integrations.discord is None:
|
||||
continue
|
||||
|
||||
await workflow.start_activity(
|
||||
syncronize,
|
||||
streamer.twitch.id,
|
||||
|
||||
Reference in New Issue
Block a user