Skip to content

Commit

Permalink
All nit picks are good nit picks
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Shoemaker <[email protected]>
  • Loading branch information
joshk and nshoes authored Dec 26, 2024
1 parent 7fb90c7 commit 447b099
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/nerves_hub/sentry_json_wrapper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ defmodule NervesHub.SentryJsonWrapper do
end
end

def decode(data) do
JSON.decode(data)
end
defdelegate decode(data), to: JSON
end

0 comments on commit 447b099

Please sign in to comment.