Merge pull request #10005 from overleaf/em-revert-get-best-subscription

Revert "pass requester data when fetching best subscription"

GitOrigin-RevId: 7d66ef9d1c136cd729b648266117f42dd38e06b6
This commit is contained in:
Eric Mc Sween
2022-10-17 12:22:39 -04:00
committed by Copybot
parent 2aaeea68a9
commit 8f63e21026
3 changed files with 4 additions and 9 deletions
@@ -478,7 +478,6 @@ const ProjectController = {
}
SubscriptionViewModelBuilder.getBestSubscription(
{ _id: userId },
{ id: userId, ip: req.ip },
(err, subscription) => {
if (err) {
// do not fail loading the project list when fetching the best subscription fails