SIENTIAPDE-1005
Activities fix
This commit is contained in:
@@ -63,5 +63,5 @@ class Activities(Postgres, Redis, Kafka, Gates):
|
||||
)
|
||||
|
||||
@activity.defn(name="prepare_activity")
|
||||
def prepare_activity(self, input_data: dict[str, Any]):
|
||||
async def prepare_activity(self, input_data: dict[str, Any]):
|
||||
super().prepare_activity(input_data)
|
||||
|
||||
Reference in New Issue
Block a user