SIENTIAPDE-1005
Activities fix
This commit is contained in:
@@ -10,7 +10,7 @@ class BaseActivity:
|
||||
self.notification_handler = notification_handler
|
||||
|
||||
@activity.defn(name="prepare_activity")
|
||||
def prepare_activity(self, input_data: dict[str, Any]):
|
||||
async def prepare_activity(self, input_data: dict[str, Any]):
|
||||
"""
|
||||
Prepare the activity for the notification handler.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user