This commit is contained in:
Nolan Lawson 2018-04-17 21:46:50 -07:00
parent 4f0ff75f23
commit 3faa866c7f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function fetchWithTimeout (url, options) {
function makeOpts (method, headers) {
return {
method: 'GET',
method,
headers: Object.assign(headers || {}, {
'Accept': 'application/json'
})