mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user