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 used before defined User with this. #12707

Merged
merged 1 commit into from Nov 21, 2022

Commits on Nov 19, 2022

  1. Replace used before defined User with this.

    Changed line gave "'User' was used before it was defined" linting error. Will compile if you ignore the lint error but I think it's more informative to show that `this` can be used - as it is an instance of `UserModel` here.
    sgpinkus committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b8f24f3 View commit details
    Browse the repository at this point in the history