Use correct name for scores data loader (#870)

This commit is contained in:
schroda
2024-02-17 17:23:25 +01:00
committed by GitHub
parent 6fbd2f1079
commit 9dc3a4e6ee

View File

@@ -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 ->