Skip to content

Commit 64aa988

Browse files
committed
fixed appx.ts
1 parent 05ae6ef commit 64aa988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utiles/appx.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ export async function getAppxCourseId(courseId: string) {
285285
13: ['8', '10'],
286286
14: ['8', '9', '11'],
287287
15: ['8', '9', '12'],
288-
21: ['28', '25'],
289-
22: ['26', '25'],
290-
23: ['27', '25'],
288+
21: ['25', '28'],
289+
22: ['26', '28'],
290+
23: ['27', '28'],
291291
24: ['28', '25', '26', '27'],
292292
};
293293

0 commit comments

Comments
 (0)