Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 7, 2024
1 parent a717bc8 commit f20eaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const torus = new TorusUtils.default({ network: "mainnet", clientId: "test" });
const verifier = "google"; // any verifier
const verifierId = `${Math.random().toString(36).substring(2)}@tor.us`; // any verifier id
ffetchNodeDetails
fetchNodeDetails
.getNodeDetails({ verifier, verifierId })
.then(function ({ torusNodeEndpoints, torusNodePub }) {
console.log(arguments);
Expand Down

0 comments on commit f20eaa1

Please sign in to comment.