Skip to content

Commit

Permalink
Attendee to PeatixAttendee
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Jul 5, 2024
1 parent e2f1863 commit 0f3e756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/model/lib/peatix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface PeatixEvent {
insecureEventUrl: string
isContactAble: boolean
eventUrl: string
attendees: Attendee[]
attendees: PeatixAttendee[]
organizerId: string
entriesTotal: number
venueUrl: string
Expand Down Expand Up @@ -71,7 +71,7 @@ export interface Method {
paymentCutoffDays: number
}

export interface Attendee {
export interface PeatixAttendee {
isProfileVisible: number
id: string
profilePictureUrl: string
Expand Down

0 comments on commit 0f3e756

Please sign in to comment.