Skip to content

Commit 4f172d5

Browse files
committed
Remove delete file body for all files
1 parent cb25fcd commit 4f172d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/managementClient.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ export class SHLClient {
139139
method: 'DELETE',
140140
headers: {
141141
authorization: `Bearer ${shl.managementToken}`
142-
},
143-
body: ""
142+
}
144143
});
145144
const res = await req.json();
146145
return shl;

0 commit comments

Comments
 (0)