Skip to content

Commit

Permalink
fix: use a valid module name
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Aug 22, 2024
1 parent 49b642f commit c047142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sidecar/grpc/generators/handler_transcoding_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ defmodule Sidecar.GRPC.Generators.HandlerTranscodingGenerator do
{"unknown",
[
render: false,
module: "unknown"
module: "Unknown"
]}

defp do_generate(_ctx, []),
do:
{"unknown",
[
render: false,
module: "unknown"
module: "Unknown"
]}

defp do_generate(ctx, svcs) do
Expand Down

0 comments on commit c047142

Please sign in to comment.