Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Nov 23, 2023
1 parent 6585bf7 commit b90cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare global {
}

type LiquidJS = {
parseAndRenderSync(html: string, scope?: unknown, renderOptions?: unknown): any;
parseAndRenderSync(html: string, scope?: unknown, renderOptions?: unknown): string;
}

/**
Expand Down

0 comments on commit b90cc39

Please sign in to comment.