Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 committed Jul 8, 2019
1 parent 5086937 commit 628902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aragon-wrapper/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ export default class Aragon {
*
* @return {Promise<Array<string>>} An array of addresses
*/
getApps() {
getApps () {
return this.apps.pipe(first()).toPromise()
}

Expand Down

0 comments on commit 628902e

Please sign in to comment.