Skip to content

Commit a487d71

Browse files
authored
Update gitapi.js
1 parent 0b3da9d commit a487d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/gitapi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const beforeUnloadListener = (event) => {
2424

2525
let git = {
2626

27-
// get big file
28-
'getBigFile': async (treeLoc, sha) => {
27+
// get blob
28+
'getBlob': async (treeLoc, sha) => {
2929

3030
// map tree location
3131
let query = 'https://api.github.com';

0 commit comments

Comments
 (0)