Skip to content

Commit

Permalink
Change MyURLQueryItem to SDKURLQueryItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Jan 25, 2024
1 parent a89f313 commit 8586851
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 8586851

Please sign in to comment.