fix default value for githubUserTokens
This commit is contained in:
committed by
Paul Melnikow
parent
499c3ea724
commit
2133ff9d1f
@@ -7,7 +7,7 @@ try {
|
||||
// is stored in this JSON data.
|
||||
serverSecrets = require('../private/secret.json');
|
||||
} catch(e) {}
|
||||
var githubUserTokens;
|
||||
var githubUserTokens = {data:[]};
|
||||
var githubUserTokensFile = './private/github-user-tokens.json';
|
||||
autosave(githubUserTokensFile, {data:[]}).then(function(f) {
|
||||
githubUserTokens = f;
|
||||
|
||||
Reference in New Issue
Block a user