Skip to content

Commit

Permalink
Update FlutterFetchCognitoAuthSessionResult.kt (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Custodio authored Jun 18, 2021
1 parent ea81a38 commit e68a4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data class FlutterFetchCognitoAuthSessionResult(private val raw: AWSCognitoAuthS
private val tokens: AuthSessionResult<AWSCognitoUserPoolTokens>? = raw.userPoolTokens

fun toValueMap(): Map<String, Any?> {
var serializedMap = mutableMapOf(
var serializedMap = mutableMapOf<String, Any?>(
"isSignedIn" to this.isSignedIn,
"identityId" to this.identityId,
"userSub" to this.userSub
Expand Down

0 comments on commit e68a4be

Please sign in to comment.