From 5730dfa5442f50ea791e48afc3022c9bb5383b99 Mon Sep 17 00:00:00 2001 From: LatoWolf <43667063+dannylin0711@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:54:22 +0800 Subject: [PATCH] fix 2 --- sdvx@asphyxia/handlers/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdvx@asphyxia/handlers/common.ts b/sdvx@asphyxia/handlers/common.ts index e9c1ac2..9c5235f 100644 --- a/sdvx@asphyxia/handlers/common.ts +++ b/sdvx@asphyxia/handlers/common.ts @@ -39,7 +39,7 @@ export const common: EPR = async (info, data, send) => { } case 'sv6_common': { //events = EVENT6; - EVENT6.forEach(val => events.push(Object.assign({}, val))); + EVENT6.forEach(val => events.push(val); courses = COURSES6; EXTENDS6.forEach(val => extend.push(Object.assign({}, val))); break;