Skip to content

Commit

Permalink
remove is_b_r_i user from contact sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 30, 2023
1 parent 98a4296 commit 09dfb0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routines/update_user_contact_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def call
user.adopter_status = sf_contact.adoption_status
user.is_kip = sf_school&.is_kip || sf_school&.is_child_of_kip
user.grant_tutor_access = sf_contact.grant_tutor_access
user.is_b_r_i_user = sf_contact.b_r_i_marketing

if school.nil? && !sf_school.nil?
SecurityLog.create!(
Expand Down

0 comments on commit 09dfb0b

Please sign in to comment.