Change event topic to calendar_sync_employee without dots to fix INVALID EMIT

This commit is contained in:
root
2025-10-24 00:29:09 +00:00
parent 6d2089ec69
commit d18187f3aa
3 changed files with 5 additions and 5 deletions

View File

@@ -977,7 +977,7 @@ config = {
"type": "event",
"name": "Calendar Sync Event Step",
"description": "Handles bidirectional calendar sync between Advoware and Google Calendar using Postgres as hub",
"subscribes": ["calendar.sync.employee"],
"subscribes": ["calendar_sync_employee"],
"emits": [],
"flows": ["advoware"]
}