Skip to content

Commit 1c4dc04

Browse files
committed
Merge branch 'develop'
2 parents b7c76d5 + 56d069e commit 1c4dc04

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/job/cache_profile_commands.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ func (j *cacheProfileCommands) Run() error {
8888
wg.Done()
8989
}(u)
9090

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-
9991
go func(u model.CommandUsageCounter) {
10092
_, err = j.entity.GetVaults(request.GetVaultsRequest{ProfileID: u.ProfileId})
10193
if err != nil {

0 commit comments

Comments
 (0)