Skip to content

Commit

Permalink
change deeplink to deeplinking
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Sep 12, 2024
1 parent 95711fe commit 9a2ef4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class DeeplinkClient: CommClient {
public func track(event: Event) {
let parameters: [String: Any] = [
"id": channelId,
"commLayer": "deeplink",
"commLayer": "deeplinking",
"sdkVersion": SDKInfo.version,
"url": appMetadata?.url ?? "",
"dappId": SDKInfo.bundleIdentifier ?? "N/A",
Expand Down

0 comments on commit 9a2ef4c

Please sign in to comment.