Skip to content

Commit 69f5839

Browse files
committed
fix linter
1 parent d2ebd90 commit 69f5839

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addon/components/filters-picker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default class FiltersPickerComponent extends Component {
1313
@tracked filters = [];
1414

1515
get activeRouter() {
16+
/* eslint-disable-next-line ember/no-private-routing-service */
1617
return this.hostRouter ?? this.router ?? getOwner(this).lookup('router:main');
1718
}
1819

0 commit comments

Comments
 (0)