Skip to content

Commit

Permalink
bad merge, remove duplicate uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Roberts committed Jan 21, 2017
1 parent bb97068 commit 5c61791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ protected function fallback($topLevelError, $jobs)
*/
protected function getFallbackHTML($moduleName, $data, $uuid)
{
$uuid = \Ramsey\Uuid\Uuid::uuid4();
return sprintf(
'<div data-hypernova-key="%1$s" data-hypernova-id="%2$s"></div>
<script type="application/json" data-hypernova-key="%1$s" data-hypernova-id="%2$s"><!--%3$s--></script>',
Expand Down

0 comments on commit 5c61791

Please sign in to comment.