We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6b1b2 commit a86a937Copy full SHA for a86a937
src/resolvers/workspace.js
@@ -436,7 +436,6 @@ module.exports = {
436
437
const defaultPlan = await factories.plansFactory.getDefaultPlan();
438
439
-
440
// Prevent re-applying the free plan if workspace is already on it.
441
if (workspaceModel.tariffPlanId.toString() === defaultPlan._id.toString()) {
442
throw new UserInputError('You already use default plan');
0 commit comments