This commit is contained in:
dannylin0711
2022-04-04 17:25:32 +08:00
parent 9448915ab7
commit 369297131f

View File

@@ -39,7 +39,7 @@ export const common: EPR = async (info, data, send) => {
}
case 'sv6_common': {
//events = EVENT6;
EVENT6.forEach(val => events.push(val);
EVENT6.forEach(val => events.push(val));
courses = COURSES6;
EXTENDS6.forEach(val => extend.push(Object.assign({}, val)));
break;