Skip to content
Snippets Groups Projects
Commit b3e81629 authored by permcu's avatar permcu
Browse files

Remove unused variable-destructuring

parent 2b770036
No related branches found
No related tags found
1 merge request!464Resolve "Allow using time slot numbers in long term absences dialog (instead of datetimes)"
......@@ -112,9 +112,9 @@ export default {
allPersons: persons,
periodsByDay: {
query: periodsByDay,
result({ data: { periodsByDay } }) {
this.handleStartDate(this.start);
this.handleEndDate(this.end);
result(_) {
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment