Found I misstyped name of the Error code (already fixed in jswaku))

This commit is contained in:
NagyZoltanPeter 2024-04-25 17:50:28 +02:00 committed by GitHub
parent 2c241bc04e
commit db136a5a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ message HistoryResponse {
enum Error {
NONE = 0;
INVALID_CURSOR = 1;
TOO_MANY_RESULTS = 429;
TOO_MANY_REQUESTS = 429;
SERVICE_UNAVAILABLE = 503;
}
Error error = 4;