Skip to content

Commit

Permalink
fix: added fix for disabling the autocommit feature without feature f…
Browse files Browse the repository at this point in the history
…lag (#34015)
  • Loading branch information
sondermanish committed Jun 6, 2024
1 parent 04ce4b8 commit cc83cb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public Mono<Boolean> isClientMigrationRequired(PageDTO pageDTO) {
}

@Override
@FeatureFlagged(featureFlagName = FeatureFlagEnum.release_git_autocommit_feature_enabled)
public Mono<AutoCommitTriggerDTO> isAutoCommitRequired(
String workspaceId, GitArtifactMetadata gitArtifactMetadata, PageDTO pageDTO) {

Expand Down

0 comments on commit cc83cb5

Please sign in to comment.