Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Feb 9, 2023
1 parent e7427bd commit e169148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/ee/src/workspace/gitpod-server-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export class GitpodServerEEImpl extends GitpodServerImpl {
const user = this.checkUser("setWorkspaceTimeout");

if (!(await this.maySetTimeout(user))) {
throw new ResponseError(ErrorCodes.PLAN_PROFESSIONAL_REQUIRED, "Plan upgrade is required");
//throw new ResponseError(ErrorCodes.PLAN_PROFESSIONAL_REQUIRED, "Plan upgrade is required");
}

let validatedDuration;
Expand Down

0 comments on commit e169148

Please sign in to comment.