We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1e322 commit 2314191Copy full SHA for 2314191
source/views/sis/course-search/lib/execute-search.js
@@ -52,5 +52,5 @@ export function sortAndGroupResults(results: Array<Course>) {
52
53
sortedAgain.reverse()
54
55
- return sorted
+ return sortedAgain
56
}
0 commit comments