fix: client: key: config

This commit is contained in:
coderiaser 2026-01-14 13:18:53 +02:00
parent 008279df57
commit f0dcbe946f

View file

@ -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;