From a13b2a8d6e84662275ea913850e01be9b2ff31e5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 13 八月 2021 00:24:31 +0800 Subject: [PATCH] 2021-08-13 --- src/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 63f2034..7a16674 100644 --- a/src/index.js +++ b/src/index.js @@ -70,6 +70,7 @@ let GLOB = {} GLOB.appId = config.appId || '' GLOB.lineColor = config.lineColor || '' + GLOB.licenseKey = config.licenseKey || '' if (config.externalDatabase !== false && config.externalDatabase !== 'false' && config.externalDatabase !== undefined) { GLOB.externalDatabase = config.externalDatabase ? `[${config.externalDatabase}]..` : '' -- Gitblit v1.8.0