Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e26688b

Browse files
author
Alan Shaw
committed
fix: apparently delete does not work in browser
1 parent 32de018 commit e26688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/rm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = configure(({ ky }) => {
1616
if (addr) searchParams.set('arg', `${addr}`)
1717
if (options.all != null) searchParams.set('all', options.all)
1818

19-
const res = await ky.delete('bootstrap/rm', {
19+
const res = await ky.post('bootstrap/rm', {
2020
timeout: options.timeout,
2121
signal: options.signal,
2222
headers: options.headers,

0 commit comments

Comments
 (0)