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 06b31f9 commit ab97846Copy full SHA for ab97846
tools/get-flairs.ts
@@ -14,7 +14,7 @@ export const getFlairs = async () => {
14
15
if (!response.ok) {
16
console.log(await response.text());
17
- throw new Error('Failed to get tracks');
+ throw new Error('Failed to get flairs');
18
}
19
20
const data = await response.json();
0 commit comments