We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7c76d5 + 56d069e commit 1c4dc04Copy full SHA for 1c4dc04
pkg/job/cache_profile_commands.go
@@ -88,14 +88,6 @@ func (j *cacheProfileCommands) Run() error {
88
wg.Done()
89
}(u)
90
91
- go func(u model.CommandUsageCounter) {
92
- _, err = j.entity.GetSvc().MochiPay.GetProfileKrystalEarnBalances(u.ProfileId)
93
- if err != nil {
94
- l.Error(err, "svc.MochiPay.GetProfileKrystalEarnBalances() failed")
95
- }
96
- wg.Done()
97
- }(u)
98
-
99
go func(u model.CommandUsageCounter) {
100
_, err = j.entity.GetVaults(request.GetVaultsRequest{ProfileID: u.ProfileId})
101
if err != nil {
0 commit comments