Commit a9de3063 authored by yann300's avatar yann300

typo

parent cf29c3fe
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment