Lint project
This commit is contained in:
@@ -50,5 +50,4 @@ object JwtConfig {
|
||||
* Calculate the expiration Date based on current time + the given validity
|
||||
*/
|
||||
private fun getExpiration() = Date(System.currentTimeMillis() + validityInMs)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user