Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Aug 15, 2024
1 parent 2551ad8 commit e1d593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/calculateLost.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ func CalculateLostBond(ctx *svc.ServiceContext) {
disputeGame.CalculateLost = true
ctx.DB.Save(disputeGame)
}
time.Sleep(5 * time.Second)
time.Sleep(3 * time.Second)
}
}

0 comments on commit e1d593b

Please sign in to comment.