Skip to content

Commit faff1a4

Browse files
committed
debug
1 parent dd7f8d0 commit faff1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/ee/src/workspace/gitpod-server-impl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export class GitpodServerEEImpl extends GitpodServerImpl {
406406
const user = this.checkUser("setWorkspaceTimeout");
407407

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

412412
let validatedDuration;

0 commit comments

Comments
 (0)