Skip to content

Commit f8592dc

Browse files
Remove unneeded logic from expand-liquid script
1 parent f869c71 commit f8592dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/expand-liquid.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ async function expandExtensionLiquidTemplates(domainName) {
7676
const templatePath = path.join(extensionTypePath, templateName);
7777
const liquidData = {
7878
name: templateName,
79-
extensionType: extensionTypeName.replaceAll('-', '_'),
8079
};
8180

8281
await expandLiquidTemplates(templatePath, liquidData);

0 commit comments

Comments
 (0)