mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(rest) auth: array, name -> name, array
This commit is contained in:
parent
74be4c92d0
commit
6cd01a0ca1
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue