This commit is contained in:
LatoWolf
2022-04-04 16:54:22 +08:00
committed by GitHub
parent 09b8e5f106
commit 5730dfa544

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(val);
courses = COURSES6;
EXTENDS6.forEach(val => extend.push(Object.assign({}, val)));
break;