Skip to content

Commit

Permalink
Undo bad alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoch committed Dec 17, 2024
1 parent f1cae31 commit 1231fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/idos-sdk-server-dapp/src/idOS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class idOS {
grantee = await idOSGrantee.init({
chainType,
granteeSigner: signer,
encryptionPrivateKey: authnPrivateKey,
encryptionPrivateKey,
});
return new idOS(grantee);
}
Expand Down

0 comments on commit 1231fb7

Please sign in to comment.