Skip to content

Commit

Permalink
Making cashedUser private
Browse files Browse the repository at this point in the history
  • Loading branch information
astri-magnussen authored and astrimagnussen committed Jan 26, 2022
1 parent 27be829 commit af87c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Client : ClientInterface {
}
}

var cashedUser: User? = null
private var cashedUser: User? = null

/** Resume any previously logged-in user session */
override fun resumeLastLoggedInUser(callback: (User?) -> Unit) {
Expand Down

0 comments on commit af87c07

Please sign in to comment.