Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Nov 8, 2024
1 parent 420f1f5 commit c6a5a54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/commands/user/generate_bootcamp_affiliate_coupon_code.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ class User::GenerateBootcampAffiliateCouponCode

initialize_with :user

current_user.bootcamp_affiliate_coupon_code.present?
current_user.bootcamp_free_coupon_code.present?

def call
# Easy cheap guard
return if user_data.bootcamp_affiliate_coupon_code.present?
Expand Down

0 comments on commit c6a5a54

Please sign in to comment.