Skip to content

Commit

Permalink
Merge branch 'develop' into feat/mock-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy authored Apr 6, 2024
2 parents eb8de50 + 3f8b282 commit c059442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CourseEntity(
language = languageType,
classification = courseDto.classification,
code = courseDto.code,
name = courseDto.name.replace(" ", "-"),
name = courseDto.name,
credit = courseDto.credit,
grade = courseDto.grade,
description = courseDto.description
Expand Down

0 comments on commit c059442

Please sign in to comment.