Skip to content

Commit

Permalink
fix: URLString
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Jul 28, 2024
1 parent 226c888 commit 80221c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/VRCKit/Models/URLString.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// Created by makinosp on 2024/07/28.
//

public struct URLString: Codable {
import Foundation

public struct URLString: Codable, Hashable {
let url: URL

public init(from decoder: any Decoder) throws {
Expand Down

0 comments on commit 80221c3

Please sign in to comment.