Fix member modifier warning

This commit is contained in:
Stefan Ceriu
2022-09-28 14:15:51 +03:00
committed by Stefan Ceriu
parent 5494542314
commit cb65feaea0
@@ -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