Skip to content

Commit

Permalink
fix FE slug sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Jul 23, 2024
1 parent e0f7e23 commit 8d1de66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def slugs
end

if answers.subjects_taught.exclude?("building_construction")
sequence.delete("building-and-construction-courses")
sequence.delete("building-construction-courses")
end

if answers.subjects_taught.exclude?("chemistry")
Expand Down

0 comments on commit 8d1de66

Please sign in to comment.