Skip to content

Commit 081fa55

Browse files
committed
Remove extra comma in assessment_configs optional_fields
1 parent 01c67db commit 081fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cadet/courses/assessment_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Cadet.Courses.AssessmentConfig do
2727

2828
@required_fields ~w(course_id)a
2929
@optional_fields ~w(order type early_submission_xp
30-
hours_before_early_xp_decay show_grading_summary is_manually_graded has_voting_features has_token_counter is_grading_auto_published, on_finish_submit_and_return_to_game)a
30+
hours_before_early_xp_decay show_grading_summary is_manually_graded has_voting_features has_token_counter is_grading_auto_published on_finish_submit_and_return_to_game)a
3131

3232
def changeset(assessment_config, params) do
3333
assessment_config

0 commit comments

Comments
 (0)