Skip to content

Commit

Permalink
Remove course length from fields to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed May 22, 2024
1 parent c9a4b3e commit ade1bf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/services/courses/copy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ class Copy
].freeze

FEES_FIELDS = [
['Course length', 'course_length'],
['Fee for UK students', 'fee_uk_eu'],
['Fee for international students', 'fee_international'],
['Fee details', 'fee_details'],
['Financial support', 'financial_support']
].freeze

SALARY_FIELDS = [
['Course length', 'course_length'],
['Salary details', 'salary_details']
].freeze

Expand Down

0 comments on commit ade1bf3

Please sign in to comment.