async fixed

This commit is contained in:
Drew Ansbacher
2021-09-16 10:18:42 -06:00
committed by Aiden McClelland
parent fd62de7a91
commit cfc937f17a
3 changed files with 34 additions and 38 deletions

View File

@@ -105,10 +105,7 @@ export class WizardBaker {
action,
verb: 'beginning update for',
title,
executeAction: async () => {
this.embassyApi.updateServer({ })
return
},
executeAction: () => this.embassyApi.updateServer({ }),
},
},
bottomBar: {