Skip to content

Commit e731074

Browse files
committed
syntax error
1 parent c6d93ee commit e731074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/subscriptions_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def change
122122

123123
# Add any bonus bandwidth our new plan grants, unless we're moving from Premium to Premium
124124
premium_ids = [3, 4, 5, 6]
125-
if !premium_ids.include?(current_user.selected_billing_plan_id) && premium_ids.include? new_plan_id
125+
if !premium_ids.include?(current_user.selected_billing_plan_id) && premium_ids.include?(new_plan_id)
126126
current_user.upload_bandwidth_kb += new_billing_plan.bonus_bandwidth_kb
127127
end
128128

0 commit comments

Comments
 (0)