fix lint
This commit is contained in:
parent
214f5bff5c
commit
f406b9a798
|
@ -368,7 +368,7 @@ const User = RestModel.extend({
|
||||||
return {
|
return {
|
||||||
add: _.difference(ids, oldIds),
|
add: _.difference(ids, oldIds),
|
||||||
remove: _.difference(oldIds, ids),
|
remove: _.difference(oldIds, ids),
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
@computed("can_delete_account", "reply_count", "topic_count")
|
@computed("can_delete_account", "reply_count", "topic_count")
|
||||||
|
|
Loading…
Reference in New Issue