merge: catch up with feature/helcim-plan-consolidation base
# Conflicts: # server/api/auth/member.get.js # server/api/members/update-contribution.post.js # tests/server/api/update-contribution.test.js
This commit is contained in:
commit
7704557f16
10 changed files with 160 additions and 9 deletions
|
|
@ -21,7 +21,9 @@ const ACTIVITY_TYPES = [
|
|||
'connection_requested',
|
||||
'connection_confirmed',
|
||||
'tag_suggested',
|
||||
'billing_card_updated'
|
||||
'billing_card_updated',
|
||||
'member_onboarding_goal_completed',
|
||||
'member_onboarding_completed'
|
||||
]
|
||||
|
||||
const activityLogSchema = new mongoose.Schema({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue