Skip to content

Commit

Permalink
add return type of unkown for #loadEnclave
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 5, 2024
1 parent c845ba4 commit 12322bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class IframeEnclave implements EnclaveProvider {
}) as Promise<idOSCredential[]>;
}

async #loadEnclave() {
async #loadEnclave(): Promise<unknown> {
const container = document.querySelector(this.container);
const iframeElem = document.getElementById(this.iframe.id);

Expand Down

0 comments on commit 12322bf

Please sign in to comment.