Skip to content

Commit 3a49392

Browse files
committed
fix: typo error
1 parent 6543094 commit 3a49392

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/application/flow/i_step_node.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ def handler(self, workflow):
105105

106106
extract_long_term_memory.apply_async(
107107
args=(
108-
workflow_body.context.get('workspace_id'),
109-
workflow_body.context.get('application_id'),
110-
workflow_body.context.get('chat_user_id'),
108+
workflow_body.get('workspace_id'),
109+
workflow_body.get('application_id'),
110+
workflow_body.get('chat_user_id'),
111111
),
112112
countdown=1,
113113
)

0 commit comments

Comments
 (0)