From e759d4adda0f57dca7e8a078c0587392572e7d45 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Sun, 13 Feb 2022 17:42:17 -0500 Subject: [PATCH] oops --- src/jvmMain/kotlin/starshipfights/auth/providers.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jvmMain/kotlin/starshipfights/auth/providers.kt b/src/jvmMain/kotlin/starshipfights/auth/providers.kt index e8d5f49..6b8b450 100644 --- a/src/jvmMain/kotlin/starshipfights/auth/providers.kt +++ b/src/jvmMain/kotlin/starshipfights/auth/providers.kt @@ -312,7 +312,7 @@ interface AuthProvider { redirect("/me/manage") } - get("/clear-all-expired/") { + get("/clear-all-expired") { call.getUserSession()?.let { sess -> launch { val now = Instant.now() -- 2.25.1