Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkd-Alex committed Mar 21, 2024
1 parent 3a5a640 commit 0f61535
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const eventCreateSubscription = searchEvent(NodeEventCreateSubscription.type, tx
if(eventCreateSubscription && isNodeEventCreateSubscription(eventCreateSubscription)) {
const eventParsed = NodeEventCreateSubscription.parse(eventCreateSubscription)
console.log(`Your subscription id is: ${eventParsed.value.id}`)
} else console.log("eventCreateSubscription, not founded")
} else console.log("eventCreateSubscription, not found")
```
## protobuf
Expand Down
Loading

0 comments on commit 0f61535

Please sign in to comment.