mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
async fixed
This commit is contained in:
committed by
Aiden McClelland
parent
fd62de7a91
commit
cfc937f17a
@@ -105,10 +105,7 @@ export class WizardBaker {
|
||||
action,
|
||||
verb: 'beginning update for',
|
||||
title,
|
||||
executeAction: async () => {
|
||||
this.embassyApi.updateServer({ })
|
||||
return
|
||||
},
|
||||
executeAction: () => this.embassyApi.updateServer({ }),
|
||||
},
|
||||
},
|
||||
bottomBar: {
|
||||
|
||||
Reference in New Issue
Block a user