fix(rest) auth: array, name -> name, array

This commit is contained in:
coderaiser 2015-04-24 11:26:21 -04:00
parent 74be4c92d0
commit 6cd01a0ca1

View file

@ -149,8 +149,8 @@
}
function auth(code, callback) {
var storage = binom(Modules, 'storage'),
gh = binom(storage, 'GitHub'),
var storage = binom('storage', Modules),
gh = binom('GitHub', storage),
env = process.env,
key = env.github_key || gh.key,