[server] Fix BF handling for bonus calculation

This commit is contained in:
Neeraj Gupta
2024-11-12 11:00:03 +05:30
parent f20672e4e2
commit 13053decf0

View File

@@ -59,7 +59,7 @@ func (t BonusType) RestrictToDoublingStorage() bool {
switch t {
case Referral, SignUp:
return true
case AddOnSupport, AddOnBf2023:
case AddOnSupport, AddOnBf2023, AddOnBf2024:
return false
default:
return true