Skip to content

Commit

Permalink
fix: js-client error (#559)
Browse files Browse the repository at this point in the history
* fix: js-client error

* add new inst spell
  • Loading branch information
shamsartem authored Oct 19, 2023
1 parent 5834e35 commit 214ad91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added skjdhfkj1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import {
} from "./aqua/main.js";
const peerIds = ${NODES_CONST}.map(({ peerId }) => peerId);
await Fluence.connect(${NODES_CONST}[0].multiaddr);
await Fluence.connect(${NODES_CONST}[0].multiaddr, {});
const helloWorldResult = await helloWorld("Fluence");
const helloWorldRemoteResult = await helloWorldRemote("Fluence");
const getInfoResult = await getInfo();
Expand Down

0 comments on commit 214ad91

Please sign in to comment.