clean up eventSyncer code

This commit is contained in:
Iuri Matias 2019-08-20 11:52:43 -04:00
parent 08ba467781
commit 46ff136129
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
const { fromEvent, interval, ReplaySubject } = require('rxjs');
const { throttle, distinctUntilChanged } = require('rxjs/operators');
const { randomString } = require('./utils.js');
const Database = require('./database.js');
const Events = require('events');
const Web3 = require('web3');
@ -100,4 +101,4 @@ class EventSyncer {
}
module.exports = EventSyncer;
module.exports = EventSyncer;