Skip to content

Commit

Permalink
fix: update Rails path JavaScript linting lesson location
Browse files Browse the repository at this point in the history
  • Loading branch information
royojeda authored and KevinMulhern committed Feb 18, 2023
1 parent c2c805d commit df63160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/fixtures/paths/full_stack_rails/courses/javascript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
section.add_lessons(
javascript_lessons.fetch('How this course will work'),
javascript_lessons.fetch('A quick review'),
javascript_lessons.fetch('Linting'),
)
end

Expand Down Expand Up @@ -54,7 +55,6 @@
section.identifier_uuid = '68a977d9-1ad5-4516-964b-c58703f19d50'

section.add_lessons(
javascript_lessons.fetch('Linting'),
javascript_lessons.fetch('Dynamic User Interface Interactions'),
javascript_lessons.fetch('Form Validation with JavaScript'),
javascript_lessons.fetch('What is ES6?'),
Expand Down

0 comments on commit df63160

Please sign in to comment.