Skip to content

Commit

Permalink
Ignore ASO courses instead of EHCO (#1543)
Browse files Browse the repository at this point in the history
ASO is an old course which we shouldn't create data for
anymore
  • Loading branch information
cwrw authored Jul 23, 2024
1 parent d72d2b4 commit 4b6959c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def initialize(lead_provider:, cohort:, number_of_participants:, logger: Rails.l
@cohort = cohort
@number_of_participants = number_of_participants
@logger = logger
@courses = Course.all.reject { |c| c.identifier == "npq-early-headship-coaching-offer" }
@courses = Course.all.reject { |c| c.identifier == "npq-additional-support-offer" }
end

def create_participants!
Expand Down

0 comments on commit 4b6959c

Please sign in to comment.