generated from PenaSide/GolangTemplate
Ddebug
This commit is contained in:
parent
b86300a7b8
commit
5dda7dea34
@ -938,9 +938,9 @@ func (api *API2) PromocodeLTV(ctx echo.Context) error {
|
||||
}{Regs: 1, Money: paids}
|
||||
continue
|
||||
}
|
||||
current := resp[promoID]
|
||||
current.Regs += 1
|
||||
current.Money += paids
|
||||
|
||||
resp[promoID].Regs += 1
|
||||
resp[promoID].Money += paids
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user