Skip to content

Commit

Permalink
Merge pull request #8 from aj-foster/main
Browse files Browse the repository at this point in the history
Resolve warning for missing assign in GRPCWithOptions plugin
  • Loading branch information
drowzy authored Nov 29, 2024
2 parents 3dfa441 + 522486b commit a249e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/protobuf_generate/plugins/grpc_with_options.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ defmodule ProtobufGenerate.Plugins.GRPCWithOptions do
service_name: name,
methods: methods,
descriptor_fun_body: descriptor_fun_body,
version: Util.version()
version: Util.version(),
module_doc?: ctx.include_docs?
]}
end
end
Expand Down

0 comments on commit a249e5f

Please sign in to comment.