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 dc14bad commit c983471
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 @@ -74,7 +74,7 @@ func ReleaseExpireLockBalance() {
if err != nil {
logrus.Errorf("ReleaseUserOpHashLockWhenFail Error [%v]", err)
}
logrus.Info("Release Expire Lock Balance [%s]", userOpHash)
logrus.Infof("Release Expire Lock Balance [%s]", userOpHash)
continue
} else {
continue
Expand Down

0 comments on commit c983471

Please sign in to comment.