Skip to content

Commit 071303f

Browse files
committed
fix: use payload instead of id
1 parent 0c77df7 commit 071303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oocana/oocana/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def response_callback(payload: Dict[str, Any]):
700700
self.__mainframe.send(self.job_info, {
701701
"type": "BlockRequest",
702702
"action": "QueryAuth",
703-
"id": credential.id,
703+
"payload": credential.id,
704704
"session_id": self.session_id,
705705
"job_id": self.job_id,
706706
"request_id": request_id,

0 commit comments

Comments
 (0)