Skip to content

Commit 58c8926

Browse files
committed
address bugbot comment
1 parent c7d08f2 commit 58c8926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ async function executeToolRequest(
704704

705705
let responseData
706706
const status = response.status
707-
if (status === 202 || status === 204) {
707+
if (status === 202 || status === 204 || status === 205) {
708708
responseData = { status }
709709
} else {
710710
if (tool.transformResponse) {

0 commit comments

Comments
 (0)