Skip to content

Commit 89c4e37

Browse files
committed
ack PR comment
1 parent d7d6854 commit 89c4e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/tools/http/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const requestTool: ToolConfig<RequestParams, RequestResponse> = {
102102
}
103103

104104
return undefined
105-
}) as (params: RequestParams) => Record<string, any> | string,
105+
}) as (params: RequestParams) => Record<string, any> | string | FormData | undefined,
106106
},
107107

108108
transformResponse: async (response: Response) => {

0 commit comments

Comments
 (0)