fix: missing semicolon

Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
This commit is contained in:
Hanno Cornelius 2024-06-04 15:43:04 +01:00 committed by GitHub
parent 5d69ab58b3
commit 16d4fb73cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ message StoreQueryRequest {
optional sint64 time_end = 13;
// List of key criteria for lookup queries
repeated bytes message_hashes = 20 // Message hashes (keys) to lookup
repeated bytes message_hashes = 20; // Message hashes (keys) to lookup
// Pagination info. 50 Reserved
optional bytes pagination_cursor = 51; // Message hash (key) from where to start query (exclusive)