Skip to content

Commit 5c61791

Browse files
author
Ben Roberts
committed
bad merge, remove duplicate uuid
1 parent bb97068 commit 5c61791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Renderer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ protected function fallback($topLevelError, $jobs)
218218
*/
219219
protected function getFallbackHTML($moduleName, $data, $uuid)
220220
{
221-
$uuid = \Ramsey\Uuid\Uuid::uuid4();
222221
return sprintf(
223222
'<div data-hypernova-key="%1$s" data-hypernova-id="%2$s"></div>
224223
<script type="application/json" data-hypernova-key="%1$s" data-hypernova-id="%2$s"><!--%3$s--></script>',

0 commit comments

Comments
 (0)