Skip to content

Commit 0e7a730

Browse files
committed
removed some commit
1 parent f4a622d commit 0e7a730

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ICTMDBHomeModule/HomeRouter.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ public class HomeRouter: PresenterToRouterHomeProtocol {
4444

4545
func toDetailPage(view: (any PresenterToViewHomeProtocol)?, id: Int?) {
4646
// Resolve Detail module dependency from DependencyRegister
47-
// Detail modülünü DependencyRegister üzerinden alır
4847
let detailModule = DependencyRegister.shared.resolve(TvShowDetailProtocol.self)
49-
5048
// Create the Detail view controller using module
51-
// Modül üzerinden Detail view controller oluşturur
5249
let detailViewController = detailModule.createTvShowDetailModule(id: id)
5350

5451
view?.pushViewControllerAble(detailViewController, animated: true)

0 commit comments

Comments
 (0)