diff --git a/src/app/compiler/compiler-imports.js b/src/app/compiler/compiler-imports.js index 6a0e559c47..e306ac9fee 100644 --- a/src/app/compiler/compiler-imports.js +++ b/src/app/compiler/compiler-imports.js @@ -8,7 +8,7 @@ module.exports = class CompilerImports { this.previouslyHandled = {} // cache import so we don't make the request at each compilation. } - handleGithubCal (root, path, cb) { + handleGithubCall (root, path, cb) { return request.get( { url: 'https://api.github.com/repos/' + root + '/contents/' + path,