Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 12, 2024
1 parent 3995f8e commit fe5f605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqids/hacks.ex
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ defmodule Sqids.Hacks do
if Version.match?(System.version(), "~> 1.11") do
def log_warning(msg), do: Logger.warning(msg)
else
def log_warning(msg), do: Logger.warning(msg)
def log_warning(msg), do: Logger.warn(msg)
end
end

0 comments on commit fe5f605

Please sign in to comment.