bisakhmondal commented on a change in pull request #5331:
URL: https://github.com/apache/apisix/pull/5331#discussion_r736202092



##########
File path: apisix/plugins/grpc-transcode/proto.lua
##########
@@ -63,14 +70,23 @@ local function create_proto_obj(proto_id)
         return nil, "failed to find proto by id: " .. proto_id
     end
 
-    return compile_proto(content)
-end
+    local compiled, res = compile_proto(content)

Review comment:
       Ack and updated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to