Skip to content

Commit

Permalink
Update CampaignData.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsaam authored May 24, 2023
1 parent 489b4f6 commit ebb99a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PatreonAPI/Patreon Data Structs/CampaignData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public struct CampaignDataAttributes: Codable {
public struct CampaignDataRelationships: Codable {
public let benefits: IdTypeArray?
public let creator: Creator
public let goals: IdTypeArray?
public let goals: IdTypePlain?
public let tiers: IdTypeArray?

public struct Creator: Codable {
Expand Down

0 comments on commit ebb99a7

Please sign in to comment.