From fc125f872c1f615f29713b74a4b64fcf55c26ee3 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Tue, 17 Apr 2018 15:17:59 -0700 Subject: [PATCH] Linter --- src/react-components/home-root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js index cf9a1d34e..0c4333ea9 100644 --- a/src/react-components/home-root.js +++ b/src/react-components/home-root.js @@ -68,7 +68,7 @@ class HomeRoot extends Component { source_url: document.location.href }; - const res = await fetch(url, { + await fetch(url, { body: formurlencoded(payload), method: "POST", headers: { "content-type": "application/x-www-form-urlencoded" } -- GitLab