1 Commits

Author SHA1 Message Date
b8bc25bb8e Fix proto typo
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-27 21:18:18 -04:00

View File

@@ -67,7 +67,7 @@ message TimeList {
}
message RankListResponse {
repeated RankResponse = 1;
repeated RankResponse Ranks = 1;
}
message RankResponse {