Skip to content

Commit

Permalink
use result variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Dec 21, 2023
1 parent 9332369 commit c971533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public final class AMPCanonicalExtractor: NSObject {
}
window.webkit.messageHandlers.\(Constants.sendCanonical).postMessage({
\(Constants.canonicalKey): canonicalLinks.length > 0 ? canonicalLinks[0].href : undefined
\(Constants.canonicalKey): result
})
})
})()
Expand Down

0 comments on commit c971533

Please sign in to comment.