aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-06-05 06:10:51 +0800
committerDan Finlay <dan@danfinlay.com>2018-06-05 06:10:51 +0800
commit22754e3e1f496b2dde140eea56a88bc7237fda42 (patch)
tree8c93fbe7982bc24333bc108808835ed58c95f2bd /app/scripts/lib
parent7b87afb4b72b36a581912365501295b685007869 (diff)
downloadtangerine-wallet-browser-22754e3e1f496b2dde140eea56a88bc7237fda42.tar.gz
tangerine-wallet-browser-22754e3e1f496b2dde140eea56a88bc7237fda42.tar.zst
tangerine-wallet-browser-22754e3e1f496b2dde140eea56a88bc7237fda42.zip
Linted
Diffstat (limited to 'app/scripts/lib')
-rw-r--r--app/scripts/lib/bug-notifier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/bug-notifier.js b/app/scripts/lib/bug-notifier.js
index bfb3e9770..4d305b894 100644
--- a/app/scripts/lib/bug-notifier.js
+++ b/app/scripts/lib/bug-notifier.js
@@ -9,7 +9,7 @@ function postData(uri, data) {
body: JSON.stringify(data), // must match 'Content-Type' header
credentials: 'same-origin', // include, same-origin, *omit
headers: {
- 'content-type': 'application/json'
+ 'content-type': 'application/json',
},
method: 'POST', // *GET, POST, PUT, DELETE, etc.
mode: 'cors', // no-cors, cors, *same-origin