Skip to content

Commit

Permalink
Fixed duplicate declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-sogaard authored May 13, 2018
1 parent 7c593ff commit 564daec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/cache-dir/static-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ module.exports = (locals, callback) => {
// Add script loader for page scripts to the end of body element (after webpack manifest).
// Taken from https://www.html5rocks.com/en/tutorials/speed/script-loading/
const scriptsString = scripts.map(s => `"${s}"`).join(`,`)
const scriptsString = scripts.map(s => `"${s}"`).join(`,`)
postBodyComponents.push(
<script
key={`script-loader`}
Expand Down

0 comments on commit 564daec

Please sign in to comment.