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

Replace var with const #49379

Merged
merged 1 commit into from May 9, 2023
Merged

Conversation

cesarkohl
Copy link
Contributor

Hey there :) I found this small issue.

Replace var with const for block-scope variable declaration following the standard introduced by ES2015.

Copy link

@jomerventolero jomerventolero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ES2015

Hey there :) I found this small issue.

Replace `var` with `const` for block-scope variable declaration following the standard introduced by ES2015.
Copy link
Member

@timneutkens timneutkens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really an issue but fine to change it.

@timneutkens timneutkens merged commit d6c83a4 into vercel:canary May 9, 2023
4 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants