diff --git a/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt b/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt index 5e75d00f..5f37e2cf 100644 --- a/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt +++ b/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt @@ -8,7 +8,6 @@ import io.ktor.http.HttpStatusCode import io.ktor.response.header import io.ktor.response.respond import io.ktor.response.respondBytes -import io.ktor.response.respondBytesWriter import io.ktor.response.respondOutputStream import io.ktor.thymeleaf.ThymeleafContent import io.netty.buffer.ByteBufAllocator