Skip to content

Commit

Permalink
fix duplicate inline (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga authored Dec 17, 2024
1 parent 7414c9d commit b695453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ defmodule Sentry.Config do
"""
end

@compile {:inline, fetch!: 1}
@compile {:inline, get: 1}
defp get(key) do
:persistent_term.get({:sentry_config, key}, nil)
end
Expand Down

0 comments on commit b695453

Please sign in to comment.