Linting
This commit is contained in:
parent
b12ff0eb20
commit
2d2950ed33
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default Route.extend({
|
|||
compare.set('selectedStrains', params.strain_ids);
|
||||
compare.set('selectedCharacteristics', params.characteristic_ids);
|
||||
|
||||
return this.get('ajax').request('/compare', { data: params })
|
||||
return this.get('ajax').request('/compare', { data: params });
|
||||
},
|
||||
|
||||
setupController: function(controller, model) {
|
||||
|
|
Reference in a new issue