Skip to content

Commit 699cb05

Browse files
committed
remove body return on delete context
1 parent 8f2b1c9 commit 699cb05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/src/sandbox.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ export class Sandbox extends BaseSandbox {
347347
if (error) {
348348
throw error
349349
}
350-
351-
return await res.json()
352350
} catch (error) {
353351
throw formatRequestTimeoutError(error)
354352
}

0 commit comments

Comments
 (0)