Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 28, 2024
1 parent fb27559 commit 527a990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extension TelemetryDeck {
/// - customUserID: An optional string specifying a custom user identifier. If provided, it will override the default user identifier from the configuration. Default is `nil`.
public static func navigationPathChanged(to destination: String, customUserID: String? = nil) {
let source = NavigationStatus.shared.previousNavigationPath ?? ""

Self.navigationPathChanged(from: source, to: destination, customUserID: customUserID)
}

Expand Down

0 comments on commit 527a990

Please sign in to comment.