Skip to content

Commit

Permalink
chore: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jun 11, 2024
1 parent f6ed6e6 commit 9db11c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex/lib/logflare_ex/telemetry_reporter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule LogflareEx.TelemetryReporter do
v when is_atom(v) -> Atom.to_string(v)
v when is_binary(v) -> v
v when is_map(v) -> inspect(v)
other -> inspect(v)
_other -> inspect(v)
end
end

Expand Down

0 comments on commit 9db11c8

Please sign in to comment.