Skip to content

Commit 29b9950

Browse files
committed
update script
1 parent 8a460d7 commit 29b9950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate-stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async function fetchGitHubUserStats(username, token) {
106106
}
107107

108108
const data = await response.json();
109-
109+
110110
if (data.errors) {
111111
throw new Error(data.errors[0].message);
112112
}

0 commit comments

Comments
 (0)