Skip to content

Commit

Permalink
style: eslint trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
p2edwards committed Nov 1, 2024
1 parent a2a58cc commit 809d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/components/modalForms/bulkEditSubmissionsForm.es6
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const EXCLUDED_TYPES = [
QuestionTypeName['background-audio'],
QuestionTypeName.video,
QuestionTypeName.image,
QuestionTypeName.file
QuestionTypeName.file,
];

/**
Expand Down

0 comments on commit 809d41b

Please sign in to comment.