Skip to content

Commit

Permalink
remove @objc from Tracker.decorateLink
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Sep 25, 2023
1 parent 394815b commit 9c079bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/Tracker/Tracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class Tracker: NSObject {
"\(extendedParameterName) has been requested in CrossDeviceParameterConfiguration, but it is not set."
}

@objc func decorateLink(_ url: URL, extendedParameters: CrossDeviceParameterConfiguration? = nil) -> URL? {
func decorateLink(_ url: URL, extendedParameters: CrossDeviceParameterConfiguration? = nil) -> URL? {
var userId: String
switch self.session?.userId {
case .none:
Expand Down

0 comments on commit 9c079bc

Please sign in to comment.