-
Notifications
You must be signed in to change notification settings - Fork 51
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 inconsistent variable name (Url) #866
fix inconsistent variable name (Url) #866
Conversation
👷 Deploy request for acmcsuf pending review.Visit the deploys page to approve it
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great so far!
There is one case where the change should not be applied, so I left a few comments to explain that one case.
…ouiza02/acmcsuf.com into fix_inconsistent_variable_name
Hi @EthanThatOneKid, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good @Louiza02! Nice work!
One more thing: Our workflow caught some errors regarding import statements which happen to import the functions that we have changed. Run npm run check
to see a list of these errors. Please resolve all of these name changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Louiza02, please run npm run format
to resolve any formatting errors in your branch.
…ouiza02/acmcsuf.com into fix_inconsistent_variable_name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations, @Louiza02! Thank you for your work on this contribution. I will go ahead and merge this PR 😎
Resolves #817. |
Fixes issue #817