fix: update login error
This commit is contained in:
@@ -12,7 +12,7 @@ const tokenList = new Command('list')
|
||||
.description('show token list')
|
||||
// .option('-r --remove <number>', 'remove token by number')
|
||||
.action(async (opts) => {
|
||||
const res = queryLogin.cache.cache.cacheData;
|
||||
const res = queryLogin.cacheStore.cacheData;
|
||||
console.log(util.inspect(res, { colors: true, depth: 4 }));
|
||||
});
|
||||
token.addCommand(tokenList);
|
||||
|
||||
Reference in New Issue
Block a user