mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Remove duplicate source control preferences fetching (no-changelog) (#6675)
fix: remove duplicate source control preferences fetching (no-changelog)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user