diff --git a/client/key/index.js b/client/key/index.js index fc28e118..d7915b56 100644 --- a/client/key/index.js +++ b/client/key/index.js @@ -58,7 +58,7 @@ function getChar(event) { async function listener(event, overrides = {}) { const { config = CloudCmd.config, - _config = _config.CloudCmd, + _config = CloudCmd._config, switchKey = _switchKey, } = overrides;