Skip to content

Commit 19f65d7

Browse files
committed
stainless bug (they're fixing)
1 parent 6db7fc9 commit 19f65d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browserf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (r *BrowserFService) WriteFile(ctx context.Context, id string, contents io.
193193
return
194194
}
195195
path := fmt.Sprintf("browsers/%s/fs/write_file", id)
196-
err = requestconfig.ExecuteNewRequest(ctx, http.MethodPut, path, nil, nil, opts...)
196+
err = requestconfig.ExecuteNewRequest(ctx, http.MethodPut, path, body, nil, opts...)
197197
return
198198
}
199199

0 commit comments

Comments
 (0)