Skip to content

Commit

Permalink
Update UserIdentity.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsaam committed Feb 8, 2023
1 parent e2b738a commit 1f12f0d
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 @@ -10,7 +10,7 @@ import CodableAny

public struct PatreonUserIdentity: Codable {
public let data: UserIdentityData
public let included: [UserIdentityIncludedAny]?
public let included: [UserIdentityIncludedAny]
public let links: SelfLink
}

Expand Down

0 comments on commit 1f12f0d

Please sign in to comment.