diff --git a/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee b/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee index b0a6a5b021..a32447c7e0 100644 --- a/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee +++ b/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee @@ -30,6 +30,3 @@ module.exports = getGroupSubscriptionsMemberOf: (user_id, callback)-> Subscription.find {member_ids: user_id}, {_id:1, planCode:1}, callback - - getGroupsWithEmailInvite: (email, callback) -> - Subscription.find { teamInvites: { email: email } }, callback