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>
(cherry picked from commit 225f2c664b)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2023-02-15 12:52:10 +01:00 committed by Matt Blenkinsop
parent 99824a10bb
commit 5399301c9f

View file

@ -62,7 +62,7 @@ class HttpClient {
parseResponse: false,
...params.options,
method: "DELETE",
});
}, true);
}
count(params = {}) {