We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672b3fd commit 14df7e7Copy full SHA for 14df7e7
components/spotify/spotify.app.mjs
@@ -276,7 +276,7 @@ export default {
276
returnFullResponse: true,
277
});
278
} catch (err) {
279
- if (err?.status !== 429 || retries <= 3) {
+ if (err?.status !== 429 || retries >= 3) {
280
$?.export?.("response", err);
281
throw new Error("Error response exported in the \"response\" object");
282
}
0 commit comments