Skip to content

Commit 7af8d4c

Browse files
committed
fix: 🐛 rename hash to live_preview
1 parent ff3b998 commit 7af8d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/Stack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function ImageTrasform($url, $parameters)
138138

139139

140140
public function LivePreviewQuery($parameters) {
141-
$this->live_preview['hash'] = $parameters['hash'] ?? 'init';
141+
$this->live_preview['hash'] = $parameters['live_preview'] ?? 'init';
142142
$this->live_preview['content_type_uid'] = $parameters['content_type_uid'];
143143
}
144144

0 commit comments

Comments
 (0)