Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 6, 2020
1 parent eef338d commit b70ae44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ const prerender = async (

return isFetchResRejected
? {
headers: fetchDataProps.headers || {},
html: '',
url,
mode: 'prerender'
}
headers: fetchDataProps.headers || {},
html: '',
url,
mode: 'prerender'
}
: fetchDataProps
}

Expand Down

0 comments on commit b70ae44

Please sign in to comment.