Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Aug 14, 2024
1 parent 1041e5d commit 2551ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ func Run(ctx *svc.ServiceContext) {
go SyncDispute(ctx)
// sync credit
go SyncCredit(ctx)
// calculate lost bond
go CalculateLostBond(ctx)
}

0 comments on commit 2551ad8

Please sign in to comment.