From 09b8e5f106ef01367cad366d1c4425b51d867c49 Mon Sep 17 00:00:00 2001 From: LatoWolf <43667063+dannylin0711@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:52:40 +0800 Subject: [PATCH] idiot fix --- 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 574d743..e9c1ac2 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(Object.assign({}, val))); courses = COURSES6; EXTENDS6.forEach(val => extend.push(Object.assign({}, val))); break;