Skip to content

Commit

Permalink
Generate uuid for new lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
MaoShizhong committed May 11, 2024
1 parent 2483763 commit 7f80c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/fixtures/lessons/javascript_lessons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def javascript_lessons
description: 'Revisiting Webpack',
is_project: false,
github_path: '/javascript/organizing_your_javascript_code/revisiting_webpack.md',
identifier_uuid: 'create_uuid',
identifier_uuid: '16848c3e-0320-4c7b-9d0d-3a3f0c902730',
},
'JSON' => {
title: 'JSON',
Expand Down

0 comments on commit 7f80c46

Please sign in to comment.