mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
Fixes
This commit is contained in:
@@ -43,7 +43,7 @@ dependencies {
|
||||
|
||||
// Javalin api
|
||||
implementation(libs.bundles.javalin)
|
||||
//implementation(libs.bundles.jackson)
|
||||
implementation(libs.bundles.jackson)
|
||||
|
||||
// GraphQL
|
||||
implementation(libs.graphql.kotlin.server)
|
||||
|
||||
@@ -32,7 +32,5 @@ class CustomCacheMap<K : Any, V : Any> : CacheMap<K, V> {
|
||||
return this
|
||||
}
|
||||
|
||||
override fun size(): Int {
|
||||
return cache.size
|
||||
}
|
||||
override fun size(): Int = cache.size
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user