mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix: client: key: config
This commit is contained in:
parent
008279df57
commit
f0dcbe946f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue