diff options
Diffstat (limited to 'web/components')
| -rw-r--r-- | web/components/EventListing.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/components/EventListing.vue b/web/components/EventListing.vue index 0cc546c..ca200ab 100644 --- a/web/components/EventListing.vue +++ b/web/components/EventListing.vue @@ -75,6 +75,7 @@ const removeFavourite = async () => { await $api(config.public.baseURL + '/favourites', { method: 'DELETE', body: JSON.stringify({ + conferenceId: conferenceStore.id, eventGuid: event.guid, eventId: event.id, }), |
