diff --git a/TIDeeplink/Sources/TIDeeplinkService.swift b/TIDeeplink/Sources/TIDeeplinkService.swift index 4ba7b069..a0b84dcf 100644 --- a/TIDeeplink/Sources/TIDeeplinkService.swift +++ b/TIDeeplink/Sources/TIDeeplinkService.swift @@ -54,9 +54,7 @@ open class TIDeeplinksService { /// Mapping the given url to deeplink model and appending it to the queue. /// - Parameter url: URL to map into deeplink model open func deferredHandle(url: URL) { - let deeplink = deeplinkMapper?.map(url: url) - - guard let deeplink = deeplink else { + guard let deeplink = deeplinkMapper?.map(url: url) else { return }