From 47186f6cd0f4f165b893eab0509579bbc41c111a Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 28 Feb 2022 16:27:57 -0700 Subject: [PATCH] fix duplicate --- .../app/pages/server-routes/marketplaces/marketplaces.page.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/projects/ui/src/app/pages/server-routes/marketplaces/marketplaces.page.ts b/frontend/projects/ui/src/app/pages/server-routes/marketplaces/marketplaces.page.ts index 5c0c61363..3b17e6093 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/marketplaces/marketplaces.page.ts +++ b/frontend/projects/ui/src/app/pages/server-routes/marketplaces/marketplaces.page.ts @@ -238,8 +238,6 @@ export class MarketplacesPage { } private async saveAndConnect(url: string): Promise { - await this.save(url) - const marketplace = this.patch.getData().ui.marketplace ? (JSON.parse( JSON.stringify(this.patch.getData().ui.marketplace),