Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed Jan 14, 2023
1 parent 74e6fb7 commit 1817518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import kotlinx.serialization.Serializable
@Serializable
internal data class AuthExchangeTokenP(
val accessToken: String,
@SerialName("timeToLive") val timeToLive: String
@SerialName("ttl") val timeToLive: String
)

/**
Expand Down

0 comments on commit 1817518

Please sign in to comment.