Skip to content

Commit

Permalink
fix compiler's issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rstormsf committed May 8, 2020
1 parent dece7a0 commit 7183af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instances.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Fetcher = require('./Fetcher')
const Sender = require('./Sender')
const Sender = require('./sender')
const web3 = require('./setupWeb3')
const fetcher = new Fetcher(web3)
const sender = new Sender(web3)
Expand Down

0 comments on commit 7183af7

Please sign in to comment.