Skip to content

Commit

Permalink
fix: identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 26, 2020
1 parent c7016f0 commit 38085f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.js
Expand Up @@ -33,13 +33,13 @@ const wrapRequest = fetch => async (url, opts = {}) => {
return isFulfilled
? value
: {
redirectStatusCodes: [],
redirectUrls: [],
statusCode: error.statusCode || 404,
headers: error.headers || {},
statusMessage: error.statusMessage || 'Not Found',
url: error.url || url
}
redirectStatusCodes: [],
redirectUrls: [],
statusCode: error.statusCode || 404,
headers: error.headers || {},
statusMessage: error.statusMessage || 'Not Found',
url: error.url || url
}
}

const fromGET = wrapRequest(createRequest('get'))
Expand Down

0 comments on commit 38085f0

Please sign in to comment.