idiot fix

This commit is contained in:
LatoWolf
2022-04-04 16:52:40 +08:00
committed by GitHub
parent de6e89e3f0
commit 09b8e5f106

View File

@@ -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;