await xoaState

This commit is contained in:
Pierre Donias
2018-09-14 12:04:19 +02:00
parent 6e013a0dc5
commit 9be8525439

View File

@@ -282,7 +282,7 @@ class XoaUpdater extends EventEmitter {
try {
return await this._call('requestTrial', { trialPlan: 'premium' })
} finally {
this.xoaState()
await this.xoaState()
}
}