Revert "Fix"

This reverts commit 560a5ac793.
This commit is contained in:
2025-04-22 00:49:53 +02:00
parent 560a5ac793
commit 959ab30265
2 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ 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,