Skip to content

Commit 97e6b32

Browse files
Update proto/v1/api.proto
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 94582ac commit 97e6b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/v1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ message GetResponse {
127127
oneof result {
128128
// If the key points only to one value it will be returned
129129
Object object = 1;
130-
// If multiple or none objects were found it returns empty
130+
// If no object is found for the given key, this field is set
131131
google.protobuf.Empty empty = 2;
132132
}
133133
}

0 commit comments

Comments
 (0)