We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cf381 commit 5e4392fCopy full SHA for 5e4392f
src/main/kotlin/com/jeluchu/features/anitakume/services/AnitakumeService.kt
@@ -53,7 +53,7 @@ class AnitakumeService(
53
.find()
54
.toList()
55
56
- val elements = animes.map { documentToNewsEntity(it) }
+ val elements = animes.map { documentToAnitakumeEntity(it) }
57
call.respond(HttpStatusCode.OK, Json.encodeToString(elements))
58
}
59
0 commit comments