From 19f65d7bc0bc5bd8ab789e0f0ba13e744d5d3d68 Mon Sep 17 00:00:00 2001 From: Rafael Garcia Date: Wed, 27 Aug 2025 14:38:07 -0400 Subject: [PATCH] stainless bug (they're fixing) --- browserf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browserf.go b/browserf.go index d6e7fe7..48ec1be 100644 --- a/browserf.go +++ b/browserf.go @@ -193,7 +193,7 @@ func (r *BrowserFService) WriteFile(ctx context.Context, id string, contents io. return } path := fmt.Sprintf("browsers/%s/fs/write_file", id) - err = requestconfig.ExecuteNewRequest(ctx, http.MethodPut, path, nil, nil, opts...) + err = requestconfig.ExecuteNewRequest(ctx, http.MethodPut, path, body, nil, opts...) return }