Fix proto typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-27 21:18:18 -04:00
parent 34e63ea6ba
commit b8bc25bb8e

View File

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