diff --git a/shared/common/event_handler.py b/shared/common/event_handler.py index 07ebd11..e920250 100644 --- a/shared/common/event_handler.py +++ b/shared/common/event_handler.py @@ -6,7 +6,7 @@ from google.cloud.pubsub_v1 import PublisherClient -def pubsub_publish(topic: PubSubTopic, data: dict): +def pubsub_publish(topic: PubSubTopic, data): publisher = PublisherClient() topic_path = publisher.topic_path(PROJECT_ID, topic.value) str_data = json.dumps(