Skip to content

Commit

Permalink
[server] Fix BF handling for bonus calculation (#4012)
Browse files Browse the repository at this point in the history
## Description

## Tests
  • Loading branch information
ua741 authored Nov 12, 2024
2 parents f20672e + 13053de commit b0674cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ente/storagebonus/storge_bonus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0674cd

Please sign in to comment.