mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix duplicate
This commit is contained in:
committed by
Aiden McClelland
parent
39d9ed538a
commit
47186f6cd0
@@ -238,8 +238,6 @@ export class MarketplacesPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async saveAndConnect(url: string): Promise<void> {
|
private async saveAndConnect(url: string): Promise<void> {
|
||||||
await this.save(url)
|
|
||||||
|
|
||||||
const marketplace = this.patch.getData().ui.marketplace
|
const marketplace = this.patch.getData().ui.marketplace
|
||||||
? (JSON.parse(
|
? (JSON.parse(
|
||||||
JSON.stringify(this.patch.getData().ui.marketplace),
|
JSON.stringify(this.patch.getData().ui.marketplace),
|
||||||
|
|||||||
Reference in New Issue
Block a user