Skip to content

Commit ea76ecd

Browse files
committed
removed other sort for the moment
1 parent 8e4ca19 commit ea76ecd

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/core/loader

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/core/loader/Loader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Loader {
3838
.associateWith { it::class.findAnnotation<LoaderOrder>() }
3939
.toList()
4040
.sortedBy { (_, annotation) -> annotation?.phase ?: Phase.Post }
41-
.sortedByDescending { (_, annotation) -> annotation?.priority }
41+
//.sortedByDescending { (_, annotation) -> annotation?.priority }
4242
.map { it.first }
4343

4444
fun initialize() {

0 commit comments

Comments
 (0)