From f6da65044a177d25d302f9c72e36f55334428d8e Mon Sep 17 00:00:00 2001 From: Dohyun Lim Date: Thu, 22 Jan 2026 11:57:56 +0900 Subject: [PATCH] update code --- app/utils/suno.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/suno.py b/app/utils/suno.py index 88d2744..859bd52 100644 --- a/app/utils/suno.py +++ b/app/utils/suno.py @@ -234,7 +234,7 @@ class SunoService: ) code = result.get("code", 0) - data = result.get("data", {}) + data = result.get("data") or {} if code != 200: return PollingSongResponse(