mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Remove dead code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user