Add full ability to add/delete attendees
This commit is contained in:
@ -5,6 +5,8 @@ module.exports = keyMirror({
|
||||
ATTENDEES_FETCHED: null,
|
||||
CREATE_ATTENDEE: null,
|
||||
ATTENDEE_CREATED: null,
|
||||
REMOVE_ATTENDEE: null,
|
||||
ATTENDEE_REMOVED: null,
|
||||
FETCH_POPULAR_ATTENDEES: null,
|
||||
POPULAR_ATTENDEES_FETCHED: null
|
||||
});
|
||||
|
Reference in New Issue
Block a user