Bug 32939: Fix delete
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
2c34c60951
commit
225f2c664b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class HttpClient {
|
|||
parseResponse: false,
|
||||
...params.options,
|
||||
method: "DELETE",
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
|
||||
count(params = {}) {
|
||||
|
|
Loading…
Reference in a new issue