From 0807aa1052131fc70663a02dc05d49ae790ac9fd Mon Sep 17 00:00:00 2001 From: HuanLinOTO Date: Sun, 27 Aug 2023 22:09:56 +0800 Subject: [PATCH] fix: format --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 0856c94..4e9d427 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,7 @@ const { getConfigs, checkConfigs, makeHeader, Notification, Wallet, SendLog, App const urlconfig = require("./config") const { log } = require("./logger") + (async () => { log.info("开始获取全局配置") var globalConfig = getGlobalConfig();