Apply quokka single_node rule

This commit is contained in:
Claudio Ortolina
2025-05-28 19:50:06 +01:00
parent 774f1c82e5
commit ae34909c1f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ defmodule LastFm.API do
{"#{key}[#{index}]", value}
end)
end)
|> Enum.into(%{})
|> Map.new()
params = Map.merge(params, track_params)
@@ -68,7 +68,7 @@ defmodule LastFm.API do
params =
config
|> base_params()
|> Keyword.merge(method: "artist.getInfo")
|> Keyword.put(:method, "artist.getInfo")
|> put_musicbrainz_id_or_name(id_or_name_option)
config