0
Fork 0
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:
Fabien O'Carroll 2021-09-21 13:21:26 +02:00
parent 74c15c7b02
commit 9183c3fa11

View file

@ -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',