Skip to content

Commit

Permalink
fix individual backend atom not in existence
Browse files Browse the repository at this point in the history
  • Loading branch information
njwest committed Feb 21, 2024
1 parent 7459a48 commit f36cd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hammer/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Hammer.Utils do
end

def pool_name(name) do
String.to_existing_atom("hammer_backend_#{name}_pool")
String.to_atom("hammer_backend_#{name}_pool")
end

# Returns Erlang Time as milliseconds since 00:00 GMT, January 1, 1970
Expand Down

0 comments on commit f36cd2c

Please sign in to comment.