We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e27839 commit 7ab9bc8Copy full SHA for 7ab9bc8
app/jobs/update_single_course_job.rb
@@ -6,7 +6,7 @@
6
class UpdateSingleCourseJob < ApplicationJob
7
queue_as :default
8
9
- OPTIONAL_REGEX = /(Optional.+)/
+ OPTIONAL_REGEX = /(Option.+)/
10
PLANNED_REGEX = /(Year.+)/
11
UNIT_TITLE_REGEX = /([A-Z0-9-]{6,10}).\([a-zA-Z\.0-9]+\).(.+)/
12
UNIT_MODIFICATION_BOUND = 1.day
0 commit comments