diff --git a/src/features/background/api/photoPackAPI.js b/src/features/background/api/photoPackAPI.js index 284ac174..1ee3de8b 100644 --- a/src/features/background/api/photoPackAPI.js +++ b/src/features/background/api/photoPackAPI.js @@ -55,7 +55,7 @@ export async function fetchFromUnsplash(packId, settings) { try { // Use Mue API proxy which has the Unsplash token server-side - const response = await fetch(`${variables.constants.API_URL}/images/unsplash?${params}`,); + const response = await fetch(`${variables.constants.API_URL}/images/unsplash?${params}`); if (!response.ok) { if (response.status === 429) {