From f0dcbe946fb0620bfea0201977b39b96ef1aef83 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Wed, 14 Jan 2026 13:18:53 +0200 Subject: [PATCH] fix: client: key: config --- client/key/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;