From cb86fda1690c30f4a31773eaf54fbdaa89c6a393 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Wed, 13 Oct 2021 22:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=BF=9C=E7=A8=8B=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/user.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/back/services/user.ts b/back/services/user.ts index af7abfa6..1f4e6205 100644 --- a/back/services/user.ts +++ b/back/services/user.ts @@ -392,7 +392,6 @@ export default class UserService { ).body; const lastVersion = lastVersionFileContent.match(versionRegx)![1]; const lastLog = lastVersionFileContent.match(logRegx)![1]; - const lastLink = lastVersionFileContent.match(linkRegx)![1]; return { code: 200, @@ -400,7 +399,6 @@ export default class UserService { hasNewVersion: currentVersion !== lastVersion, lastVersion, lastLog, - lastLink, }, }; } catch (error: any) {