Skip to content

Commit

Permalink
afterLoad last
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 25, 2024
1 parent 5a69931 commit 1cb4d4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ abstract class MappingResolver<T : MappingResolver<T>>(val name: String) {
}
}

afterLoad(resolved)

resolved = propogator(resolved)

val filled = mutableSetOf<Namespace>()
Expand All @@ -208,6 +206,8 @@ abstract class MappingResolver<T : MappingResolver<T>>(val name: String) {
}
}

afterLoad(resolved)

writeCache(cacheKey, resolved)
}

Expand Down

0 comments on commit 1cb4d4e

Please sign in to comment.