Skip to content

Commit

Permalink
remove factory auto registering (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepitre authored Jul 5, 2024
1 parent 5e7518c commit b205430
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Sources/API/Utils/DependencyContainer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,3 @@ extension Container {
}

}

extension Container: @retroactive AutoRegistering {

public func autoRegister() {
Container.shared.clerk.register {
Clerk()
}

Container.shared.clerk.context(.preview) {
Clerk()
}
}

}

0 comments on commit b205430

Please sign in to comment.