Fix member modifier warning

This commit is contained in:
Stefan Ceriu
2022-09-28 14:15:51 +03:00
committed by Stefan Ceriu
parent c22e4dfb1b
commit 63a37d59e9

View File

@@ -19,7 +19,7 @@ import MatrixSDK
class UserSessionsOverviewService: UserSessionsOverviewServiceProtocol {
/// Delay after which session is considered inactive, 90 days
static private let inactiveSessionDurationTreshold: TimeInterval = 90 * 86400
private static let inactiveSessionDurationTreshold: TimeInterval = 90 * 86400
private let mxSession: MXSession