Fix indicate return values
This commit is contained in:
parent
7cd606fd70
commit
6f4e327b6f
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ export default class AddonEnabledController {
|
|||
}
|
||||
|
||||
indicate(enabled) {
|
||||
this.addonEnabledInteractor.indicate(enabled);
|
||||
return this.addonEnabledInteractor.indicate(enabled);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue