Skip to content

Commit 47d7f73

Browse files
committed
use raw for comments
1 parent 8b3572e commit 47d7f73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/update-songs.js

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ async function getComments() {
3535
owner: 'greggman',
3636
repo: 'html5bytebeat',
3737
issue_number: '17',
38+
headers: {
39+
Accept: 'application/vnd.github.raw+json',
40+
},
3841
});
3942
return comments;
4043
}

0 commit comments

Comments
 (0)