Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Jul 10, 2024
1 parent 4d70388 commit ee5bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sponsor_manager/sponsor_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func Init() {
}
func ReleaseExpireLockBalance() {
// Get All Lock Balance
logList, err := GetBalanceChangeLogByTimePeriod(time.Now().Add(-15*time.Minute), time.Now().Add(-5*time.Minute))
logList, err := GetBalanceChangeLogByTimePeriod(time.Now().Add(-20*time.Minute), time.Now().Add(-5*time.Minute))
if err != nil {
logrus.Errorf("ReleaseExpireLockBalance Error [%v]", err)
}
Expand Down

0 comments on commit ee5bfc5

Please sign in to comment.