Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Nov 24, 2024
1 parent 4e33ef5 commit 3ff9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const store = redisStore()
const sm = new StoreManager(store)

// example event: erc20 transfer
const handle1 = (from: string, to: string, amount: number, event: ContractEventPayload, task: TaskRaplized, next: NextFunction) => {
const handle1 = (from: string, to: string, amount: number, event: ContractEventPayload, next: NextFunction, task: TaskRaplized) => {
console.log(`handle task 1: from ${from} to ${to} amount ${amount} task ${task}`)
next()
}
Expand Down

0 comments on commit 3ff9603

Please sign in to comment.