Skip to content

Commit bbb63c9

Browse files
committed
remove feature flag guard on api
1 parent b4d0ac4 commit bbb63c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,6 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
16961696
traceAPIParams(ctx, { organizationId });
16971697

16981698
const user = await this.checkAndBlockUser("getSuggestedRepositories");
1699-
await this.guardWithFeatureFlag("includeProjectsOnCreateWorkspace", user, organizationId);
17001699

17011700
if (!uuidValidate(organizationId)) {
17021701
throw new ApplicationError(ErrorCodes.BAD_REQUEST, "organizationId must be a valid UUID");

0 commit comments

Comments
 (0)