Skip to content

Commit 5147432

Browse files
committed
🧹 indeed
1 parent bab3949 commit 5147432

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/server/src/workspace/workspace-starter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,6 @@ export class WorkspaceStarter {
15631563
}
15641564

15651565
const organizationSettings = await this.orgService.getSettings(user.id, workspace.organizationId);
1566-
organizationSettings.annotateGitCommits;
15671566
sysEnvvars.push(
15681567
newEnvVar("GITPOD_COMMIT_ANNOTATION_ENABLED", organizationSettings.annotateGitCommits ? "true" : "false"),
15691568
);

0 commit comments

Comments
 (0)