-
Notifications
You must be signed in to change notification settings - Fork 302
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
chore: Fix unused var #4491
chore: Fix unused var #4491
Conversation
|
log('info', `Checking log file ${logFileName} for errors...`); | ||
log( | ||
'info', | ||
`Checking log file ${logFileName} on ${platform} platform for errors...` |
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.
In a previous commit I removed the usage of the platform var (it was used to have a slower timeout on ios than android, but ios tests were flaky so using same timeout now). Didn't want to entirely remove the platform var since it may come in handy in the future. Using it in log for now.
Description of changes
Fix unused var issue in https://github.com/aws-amplify/amplify-ui/security/code-scanning/159
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addedsideEffects
field updatedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.