Skip to content

Commit

Permalink
Second round of requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Sep 28, 2021
1 parent f9c87ed commit b638136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ enum class LockTimeout {

fun toMilliseconds(): Int {
return when (this) {
IMMEDIATELY -> 0
ONE_MINUTE -> 60_000
FIVE_MINUTES -> 300_000
THIRTY_MINUTES -> 1_800_000
else -> 0
}
}
}
Expand Down

0 comments on commit b638136

Please sign in to comment.