Skip to content

Commit a86a937

Browse files
fix: fix eslint
1 parent 5b6b1b2 commit a86a937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resolvers/workspace.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ module.exports = {
436436

437437
const defaultPlan = await factories.plansFactory.getDefaultPlan();
438438

439-
440439
// Prevent re-applying the free plan if workspace is already on it.
441440
if (workspaceModel.tariffPlanId.toString() === defaultPlan._id.toString()) {
442441
throw new UserInputError('You already use default plan');

0 commit comments

Comments
 (0)