fix: use --params instead of --data for gateway call (#11)
This commit is contained in:
@@ -184,7 +184,7 @@ export async function dispatchTask(
|
||||
"gateway",
|
||||
"call",
|
||||
"sessions.patch",
|
||||
"--data",
|
||||
"--params",
|
||||
JSON.stringify({ key: sessionKey, model: fullModel }),
|
||||
],
|
||||
{ timeout: 30_000 },
|
||||
|
||||
Reference in New Issue
Block a user