Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed Oct 15, 2021
1 parent 2af6bf8 commit 6385823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dai/src/Maker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ export class MakerClass {
currentAddress(...args) {
return this.service('accounts').currentAddress(...args);
}

on(...args) {
return this.service('event').on(...args);
}

getToken(...args) {
return this.service('token').getToken(...args);
}
Expand Down

0 comments on commit 6385823

Please sign in to comment.