Skip to content

Commit 833236b

Browse files
fix: handled error
1 parent 44fb5f9 commit 833236b

File tree

1 file changed

+0
-1
lines changed
  • docs/quick-start/developers/nft-dapp

1 file changed

+0
-1
lines changed

docs/quick-start/developers/nft-dapp/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ const GetParentChainHeight = async () => {
515515
// If there's an error, log it and return an error status.
516516
console.error(error, "=====error in GetParentChainHeight");
517517
throw new Error("Failed to Get Parent Chain Height.");
518-
return "error";
519518
}
520519
};
521520
```

0 commit comments

Comments
 (0)