Skip to content

Commit

Permalink
Fixed Social URL can be nil
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsaam committed Mar 29, 2023
1 parent 165c628 commit 973f3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PatreonAPI/Patreon Data Structs/UserIdentity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public struct UserIdentityData: Codable {

public struct SocialConnectionsData: Codable {
public let scopes: [String]?
public let url: String
public let url: String?
public let user_id: String
}
}
Expand Down

0 comments on commit 973f3b8

Please sign in to comment.