fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.23k stars 388 forks source link

bugfix: add verification for item.request.metadata #238

Closed jtsai-dev closed 1 year ago

jtsai-dev commented 1 year ago

item.request.metadata will be undefined when using -examples and without setting in json file, it needs to be verified

jhump commented 1 year ago

LGTM, but I'm no longer a committer, so my approval doesn't allow merging.

jhump commented 1 year ago

Thanks, @dragonsinth !