🛠️ chore(init.js): remove wsClient initialization from crystelfInit CSH function

This commit is contained in:
Jerry 2025-12-06 21:41:11 +08:00
parent 9a2e852c24
commit a8eef3e21b

View File

@ -1,9 +1,7 @@
import configControl from '../config/configControl.js';
import wsClient from '../../modules/ws/wsClient.js';
export const crystelfInit = {
async CSH() {
await configControl.init();
await wsClient.initialize();
},
};