Skip to content

Commit ab97846

Browse files
committed
fix error message
1 parent 06b31f9 commit ab97846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get-flairs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const getFlairs = async () => {
1414

1515
if (!response.ok) {
1616
console.log(await response.text());
17-
throw new Error('Failed to get tracks');
17+
throw new Error('Failed to get flairs');
1818
}
1919

2020
const data = await response.json();

0 commit comments

Comments
 (0)