Fix events fetching
This commit is contained in:
parent
54bae359a1
commit
cdece1f117
|
@ -17,8 +17,8 @@ export const FETCH_EVENT = gql`
|
|||
large_image,
|
||||
publish_at,
|
||||
# address_type,
|
||||
online_address,
|
||||
phone,
|
||||
# online_address,
|
||||
# phone,
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
preferredUsername,
|
||||
|
@ -61,8 +61,8 @@ export const FETCH_EVENTS = gql`
|
|||
large_image,
|
||||
publish_at,
|
||||
# address_type,
|
||||
online_address,
|
||||
phone,
|
||||
# online_address,
|
||||
# phone,
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
preferredUsername,
|
||||
|
|
Loading…
Reference in a new issue