diff options
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index cad59c2f..c1f286ef 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -164,7 +164,7 @@ class PluginLoader extends Logger { return response.json(); }, fetchNoCors(url: string, request: any = {}) { - let args = { method: 'POST', headers: {}, body: '' }; + let args = { method: 'POST', headers: {} }; const req = { ...args, ...request, url, data: request.body }; return this.callServerMethod('http_request', req); }, |
