From 7eca9de8ab56b564347f0553e0547b05f9f4b6dd Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 16 May 2019 09:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=A4=B1=E8=B4=A5=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E4=BB=BB=E5=8A=A1=E4=BC=9A=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=B8=A4=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sites/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sites/common.js b/src/sites/common.js index 298e1a3..97763a6 100644 --- a/src/sites/common.js +++ b/src/sites/common.js @@ -50,5 +50,6 @@ const parseAllRecord = async function () { export default { run: async () => { await parseAllRecord(); + await parseAllRecord(); } }