Skip to content

Commit

Permalink
Update Sources/EmbraceConfigInternal/EmbraceConfigurable/RemoteConfig…
Browse files Browse the repository at this point in the history
…/RemoteConfigFetcher.swift

Co-authored-by: ArielDemarco <ariel.demarco@embrace.io>
  • Loading branch information
atreat and ArielDemarco authored Oct 1, 2024
1 parent 3b2d2f4 commit 8a4225a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class RemoteConfigFetcher {
URLQueryItem(name: "appId", value: options.appId),
URLQueryItem(name: "osVersion", value: options.osVersion),
URLQueryItem(name: "appVersion", value: options.appVersion),
URLQueryItem(name: "deviceId", value: options.deviceId.hex),
URLQueryItem(name: "sdkVersion", value: options.sdkVersion)
]

Expand Down

0 comments on commit 8a4225a

Please sign in to comment.