diff --git a/WebsiteBackend/src/de/steamwar/plugins/Auth.kt b/WebsiteBackend/src/de/steamwar/plugins/Auth.kt index cc5c0822..eeca85ee 100644 --- a/WebsiteBackend/src/de/steamwar/plugins/Auth.kt +++ b/WebsiteBackend/src/de/steamwar/plugins/Auth.kt @@ -104,6 +104,7 @@ Message: ${cause.message} call.response.headers.append("X-Caught", "1") } + /* onCallRespond { call -> if ((call.response.status() ?: HttpStatusCode.OK).isSuccess()) { return@onCallRespond @@ -125,5 +126,5 @@ Message: ${cause.message} """.trimIndent() SWException.log(msg, stack) - } + }*/ } \ No newline at end of file