Fixes lint error

This commit is contained in:
ericdecanini 2022-05-18 12:09:34 +02:00
parent a71c50c638
commit fe27451532

View File

@ -39,7 +39,7 @@ data class SessionParams(
val isTokenValid: Boolean, 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, val loginType: LoginType,
) { ) {