This commit is contained in:
2025-06-22 14:07:14 +02:00
parent bd7a5fc44d
commit c8e604d575
2 changed files with 1 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ class SpotifyClient
end
else
Rails.logger.error("SpotifyClient: #{e.message}")
Rails.logger.error("SpotifyClient body: #{e.http_body}")
raise e
end
end