From e0746d6bdd19f58ba94d891278ce5d13f3ca459a Mon Sep 17 00:00:00 2001 From: Phlogi Date: Sat, 23 Aug 2025 21:57:53 +0200 Subject: [PATCH] refactor(home): remove unused message variable --- spotizerr-ui/src/routes/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotizerr-ui/src/routes/home.tsx b/spotizerr-ui/src/routes/home.tsx index 1f0cf81..723d747 100644 --- a/spotizerr-ui/src/routes/home.tsx +++ b/spotizerr-ui/src/routes/home.tsx @@ -97,7 +97,7 @@ export const Home = () => { setIsBulkAdding(true); try { const response = await authApiClient.client.post("/bulk/bulk-add-spotify-links", { links: supportedLinks }); - const { message, count, failed_links } = response.data; + const {count, failed_links } = response.data; if (failed_links && failed_links.length > 0) { toast.warning("Bulk Add Completed with Warnings", {