summaryrefslogtreecommitdiff
path: root/scraper/client/util.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-13 14:21:45 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-13 14:21:45 +0100
commit1563d1da307a78ddc388483fd95a68a511e18048 (patch)
treee6413c2c079d75230748da188564effc85b6b92d /scraper/client/util.js
parent30a542b3c258e46ac81f21ba5e2df006d4a3e4aa (diff)
giant select
Diffstat (limited to 'scraper/client/util.js')
-rw-r--r--scraper/client/util.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scraper/client/util.js b/scraper/client/util.js
index ef93507e..b00a0061 100644
--- a/scraper/client/util.js
+++ b/scraper/client/util.js
@@ -115,7 +115,6 @@ export const get = (uri, data) => {
}
let opt = {
method: 'GET',
- body: data,
headers,
// credentials: 'include',
}