Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kanel-zod): remove double semicolon #512

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

louneskmt
Copy link
Contributor

The semicolon is already added by core kanel renderer:

const valuesWithSemicolon = values.map((v, i) =>
i === values.length - 1 ? `${v};` : v,
);

@kristiandupont kristiandupont merged commit 91f2ae8 into kristiandupont:main Dec 15, 2023
1 check passed
@kristiandupont
Copy link
Owner

Nice catch, thank you!

@louneskmt louneskmt deleted the double-semicolon branch December 16, 2023 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants