Skip to content

Commit d102e07

Browse files
committed
Removing the intiation of HS-SSI-SDK since its not rquired
1 parent e3ca2f7 commit d102e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function bootstrap() {
6868
nodeRestEndpoint,
6969
namespace,
7070
});
71-
await hsSSIdkInstance.init();
71+
// await hsSSIdkInstance.init();
7272
globalThis.hsSSIdkInstance = hsSSIdkInstance;
7373

7474
const mnemonic_EnglishMnemonic: EnglishMnemonic = process.env

0 commit comments

Comments
 (0)