mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Exported MemberAnalyticEvent from models/index.js
refs https://github.com/TryGhost/Team/issues/1053 In order to use the model we must exports it from the index.js file. This was missing from the commit which added the models.
This commit is contained in:
parent
74c15c7b02
commit
9183c3fa11
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ const models = [
|
|||
'member-payment-event',
|
||||
'member-status-event',
|
||||
'member-product-event',
|
||||
'member-analytic-event',
|
||||
'posts-meta',
|
||||
'member-stripe-customer',
|
||||
'stripe-customer-subscription',
|
||||
|
|
Loading…
Add table
Reference in a new issue