mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
fix: error status code
This commit is contained in:
@ -382,7 +382,7 @@ export const HTTP_REQUEST_OUTPUT_STRUCT: Var[] = [
|
||||
},
|
||||
{
|
||||
variable: 'status_code',
|
||||
type: VarType.string,
|
||||
type: VarType.number,
|
||||
},
|
||||
{
|
||||
variable: 'headers',
|
||||
|
||||
Reference in New Issue
Block a user