We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7f8d0 commit faff1a4Copy full SHA for faff1a4
components/server/ee/src/workspace/gitpod-server-impl.ts
@@ -406,7 +406,7 @@ export class GitpodServerEEImpl extends GitpodServerImpl {
406
const user = this.checkUser("setWorkspaceTimeout");
407
408
if (!(await this.maySetTimeout(user))) {
409
- throw new ResponseError(ErrorCodes.PLAN_PROFESSIONAL_REQUIRED, "Plan upgrade is required");
+ //throw new ResponseError(ErrorCodes.PLAN_PROFESSIONAL_REQUIRED, "Plan upgrade is required");
410
}
411
412
let validatedDuration;
0 commit comments