Skip to content

Commit

Permalink
fix(tasks): remove useless code 馃悰
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Mar 5, 2020
1 parent 8e946cb commit a28704b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/tasks/views/task.view.vue
Expand Up @@ -160,10 +160,6 @@ export default {
})
.catch((err) => console.log(err));
},
mergeRequest(value) {
this.request = value.request;
this.settings = value.settings;
},
},
created() {
if (this.id) {
Expand Down

0 comments on commit a28704b

Please sign in to comment.