No need to sign request when getting Last.fm profile

This commit is contained in:
Claudio Ortolina
2026-03-30 11:04:22 +01:00
parent c39202c5eb
commit b3e06ef809
-4
View File
@@ -131,10 +131,6 @@ defmodule LastFm.API do
format: "json"
}
signature = Signature.generate(params, config.shared_secret)
params = Map.put(params, "api_sig", signature)
config
|> new_request()
|> Req.merge(url: "/", params: params)