Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 1, 2020
1 parent e921ed9 commit 028bc8e
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 @@ -87,11 +87,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 028bc8e

Please sign in to comment.