Skip to content

Commit

Permalink
Use correct name for scores data loader (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Feb 17, 2024
1 parent 6fbd2f1 commit 9dc3a4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit 9dc3a4e

Please sign in to comment.