We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The variable loggedMessage is never used
var loggedMessage = 'You are logged';
It is located in Line 9 and Line 24 but is not anymore used in home.html.
https://github.com/Learn-by-doing/bitstarter/blob/master/controllers/home.js#L9
https://github.com/Learn-by-doing/bitstarter/blob/master/controllers/home.js#L24
The text was updated successfully, but these errors were encountered:
I've changed it even though I was not aware of this issue. The clean up will be merged as soon as the pull request #109 is accepted.
Sorry, something went wrong.
No branches or pull requests
The variable loggedMessage is never used
It is located in Line 9 and Line 24 but is not anymore used in home.html.
https://github.com/Learn-by-doing/bitstarter/blob/master/controllers/home.js#L9
https://github.com/Learn-by-doing/bitstarter/blob/master/controllers/home.js#L24
The text was updated successfully, but these errors were encountered: