Commit f5ad458a authored by yann300's avatar yann300

fix import with firefox

parent cff75db2
......@@ -12,10 +12,7 @@ module.exports = class CompilerImports {
return request.get(
{
url: 'https://api.github.com/repos/' + root + '/contents/' + path,
json: true,
headers: {
'User-Agent': 'Remix'
}
json: true
},
(err, r, data) => {
if (err) {
......
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