Skip to content

Commit

Permalink
Fixes lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdecanini committed May 18, 2022
1 parent a71c50c commit fe27451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data class SessionParams(
val isTokenValid: Boolean,

/**
* Which authentication method was used to create the session
* The authentication method that was used to create the session.
*/
val loginType: LoginType,
) {
Expand Down

0 comments on commit fe27451

Please sign in to comment.