remove distance 60 from operation
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2024-12-04 13:59:51 -08:00
parent 8fe20d1c41
commit 6ad3d449d8
2 changed files with 0 additions and 11 deletions

View File

@@ -5,9 +5,6 @@ fragment MedalFields on MedalGQL {
query getMedals($scope: MedalScope!, $userId: Int) {
getMedals(scope: $scope, userId: $userId) {
distanceOver66 {
...MedalFields
}
distanceOver78 {
...MedalFields
}