Skip to content

Commit 28eaaa7

Browse files
committed
fix: Change GetRequest id type to uint32 according to FullASD.
1 parent 0e24144 commit 28eaaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf/asdstore/storage_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ message SearchResponse {
1919
}
2020

2121
message GetRequest {
22-
int32 id = 1;
22+
uint32 id = 1;
2323
}
2424

2525
message GetResponse {

0 commit comments

Comments
 (0)