diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCEImpl.java index 27c55c3a52..626a943050 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCEImpl.java @@ -1297,7 +1297,7 @@ public class GitServiceCEImpl implements GitServiceCE { .flatMap(application1 -> addAnalyticsForGitOperation( AnalyticsEvents.GIT_CHECKOUT_REMOTE_BRANCH.getEventName(), application1, - application1.getGitApplicationMetadata().getIsRepoPrivate() + Boolean.TRUE.equals(application1.getGitApplicationMetadata().getIsRepoPrivate()) )) .map(responseUtils::updateApplicationWithDefaultResources); });