Skip to content

Commit 32bb812

Browse files
committed
fix: 🐛 rename hash to live_preview
1 parent 6e7e541 commit 32bb812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)