fix(activity): allow board_post_created in ActivityLog enum
The model enum array had drifted from the canonical type list in utils/activityLog.js, so logging board-post activity failed validation.
This commit is contained in:
parent
039a6802e3
commit
7beb86b430
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ const ACTIVITY_TYPES = [
|
|||
'email_sent',
|
||||
'community_connections_updated',
|
||||
'board_updated',
|
||||
'board_post_created',
|
||||
'connection_requested',
|
||||
'connection_confirmed',
|
||||
'tag_suggested',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue