Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 authored Apr 3, 2018
1 parent f6e9c81 commit 57b9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/github/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default class API {
const dir = path.split('/').slice(0, -1).join('/');
return this.listFiles(dir)
.then(files => files.find(file => file.path === path))
.then(file => getBlob(file.sha));
.then(file => this.getBlob(file.sha));
}
throw error;
});
Expand Down

0 comments on commit 57b9ebd

Please sign in to comment.