Skip to content

Commit 9e1c1ec

Browse files
authored
fix(account-controoler): add devbox dynamic version suspand/resume/delete (#6454)
* fix(account-controoler): add devbox dynamic version suspand/resume/delete
1 parent b2b345c commit 9e1c1ec

File tree

4 files changed

+273
-186
lines changed

4 files changed

+273
-186
lines changed

controllers/account/controllers/debt.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ func (r *DebtReconciler) start() {
551551
}()
552552

553553
// 2.1 recharge record processing
554-
//wg.Add(1)
555-
//go func() {
554+
// wg.Add(1)
555+
// go func() {
556556
// defer wg.Done()
557557
// r.processWithTimeRange(
558558
// &types.Payment{},
@@ -579,7 +579,7 @@ func (r *DebtReconciler) start() {
579579
// return nil
580580
// },
581581
// )
582-
//}()
582+
// }()
583583

584584
// 2.2 subscription change processing
585585
// wg.Add(1)

0 commit comments

Comments
 (0)