fix: type error
This commit is contained in:
@@ -70,8 +70,8 @@ class ApplicationViewCtrl extends PureViewCtrl {
|
|||||||
|
|
||||||
async loadApplication() {
|
async loadApplication() {
|
||||||
await this.application!.prepareForLaunch({
|
await this.application!.prepareForLaunch({
|
||||||
receiveChallenge: async (challenge, orchestrator) => {
|
receiveChallenge: async (challenge) => {
|
||||||
this.application!.promptForChallenge(challenge, orchestrator);
|
this.application!.promptForChallenge(challenge);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
await this.application!.launch();
|
await this.application!.launch();
|
||||||
|
|||||||
Reference in New Issue
Block a user