lint fix
This commit is contained in:
@@ -64,4 +64,4 @@ class Contribution extends Record {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Contribution;
|
||||
module.exports = Contribution;
|
||||
|
||||
@@ -86,4 +86,4 @@ class Contributor extends Record {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Contributor;
|
||||
module.exports = Contributor;
|
||||
|
||||
@@ -43,4 +43,4 @@ class Proposal extends Record {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Proposal;
|
||||
module.exports = Proposal;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
const ethers = require('ethers');
|
||||
const RSVP = require('rsvp');
|
||||
|
||||
const Preflight = require('./utils/preflight');
|
||||
const deprecate = require('./utils/deprecate');
|
||||
|
||||
Reference in New Issue
Block a user