mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-23 12:04:11 +01:00
Use correct name for scores data loader (#870)
This commit is contained in:
@@ -55,7 +55,7 @@ class TrackerStatusesDataLoader : KotlinDataLoader<Int, List<TrackStatusType>> {
|
||||
}
|
||||
|
||||
class TrackerScoresDataLoader : KotlinDataLoader<Int, List<String>> {
|
||||
override val dataLoaderName = "TrackerStatusesDataLoader"
|
||||
override val dataLoaderName = "TrackerScoresDataLoader"
|
||||
|
||||
override fun getDataLoader(): DataLoader<Int, List<String>> =
|
||||
DataLoaderFactory.newDataLoader { ids ->
|
||||
|
||||
Reference in New Issue
Block a user