Fix events fetching

This commit is contained in:
Chocobozzz 2019-01-11 14:24:33 +01:00
parent 54bae359a1
commit cdece1f117
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 4 deletions

View File

@ -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,