Fixed lint errors

This commit is contained in:
Angelo Gallarello 2018-10-07 17:27:26 +02:00
parent dba5de1882
commit ebd884e654
6 changed files with 18 additions and 18 deletions

View file

@ -24,7 +24,7 @@ BlazeComponent.extendComponent({
events() {
return [{
'click .js-delete-rule' (event) {
'click .js-delete-rule' () {
const rule = this.currentData();
Rules.remove(rule._id);
Actions.remove(rule.actionId);