Detekt: fix MayBeConst

This commit is contained in:
Benoit Marty 2022-05-12 17:24:15 +02:00
parent c5f9546605
commit a09e893a0b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ internal class PerSessionBackupQueryRateLimiter @Inject constructor(
) {
companion object {
val MIN_TRY_BACKUP_PERIOD_MILLIS = 60 * 60_000 // 1 hour
const val MIN_TRY_BACKUP_PERIOD_MILLIS = 60 * 60_000 // 1 hour
}
data class Info(