Skip to content

Commit

Permalink
chore: Change MyURLQueryItem to SDKURLQueryItem (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
sichanyoo authored Jan 26, 2024
1 parent a89f313 commit 6aabf23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* SPDX-License-Identifier: Apache-2.0.
*/

public typealias URLQueryItem = MyURLQueryItem
public typealias URLQueryItem = SDKURLQueryItem

public struct MyURLQueryItem: Hashable {
public struct SDKURLQueryItem: Hashable {
public var name: String
public var value: String?

Expand Down

0 comments on commit 6aabf23

Please sign in to comment.