Skip to content

Commit 590214e

Browse files
author
haikalpribadi
committed
Fixed GetThingType.Res to return 'Type thing_type'
1 parent b7c6e9d commit 590214e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf/concept.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ message ConceptManager {
5050
}
5151
message Res {
5252
oneof res {
53-
ThingType thingType = 1;
53+
Type thing_type = 1;
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)