We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa9f44 commit 5c0b76cCopy full SHA for 5c0b76c
apisix/plugins/grpc-transcode/response.lua
@@ -44,7 +44,9 @@ local function fetch_proto_array_names(proto_obj)
44
end
45
46
if proto_obj["label"] == repeated_label then
47
- names[proto_obj["name"]] = 1
+ if proto_obj["name"] then
48
+ names[proto_obj["name"]] = 1
49
+ end
50
51
52
return names
0 commit comments