idiot fix

This commit is contained in:
LatoWolf
2022-04-04 16:52:40 +08:00
committed by GitHub
parent 25a9e41c5b
commit 38056d060f
+1 -1
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;