fix: Remove duplicate source control preferences fetching (no-changelog) (#6675)

fix: remove duplicate source control preferences fetching (no-changelog)
This commit is contained in:
Alex Grozav
2023-07-17 17:03:27 +03:00
committed by GitHub
parent f233a3c59a
commit 3d3b91a209

View File

@@ -257,9 +257,6 @@ export default defineComponent({
await this.checkForCloudPlanData();
await this.initBanners();
if (this.sourceControlStore.isEnterpriseSourceControlEnabled) {
await this.sourceControlStore.getPreferences();
}
void this.checkForCloudPlanData();
void this.postAuthenticate();