Skip to content

Commit f61c434

Browse files
committed
add $ variable
1 parent 95fcdcb commit f61c434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/imagior/actions/generate-image/generate-image.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default {
4949
async run({ $ }) {
5050
const elements = {};
5151
const { elements: allElements } = await this.imagior.listTemplateElements({
52+
$,
5253
templateId: this.templateId,
5354
});
5455
for (const [

0 commit comments

Comments
 (0)