Skip to content

Commit

Permalink
chore: missing trailing commas
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Feb 1, 2024
1 parent 60210d7 commit 0005f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TaskCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
},
recurring: {
type: Boolean,
required: true
required: true,
},
priorityClass: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function getDateFromDateTimeValue(dateTimeValue) {
dateTimeValue.hour,
dateTimeValue.minute,
0,
0
0,
)
}

Expand Down

0 comments on commit 0005f23

Please sign in to comment.