Fix linter
This commit is contained in:
parent
8c21a700ba
commit
8721d4ed7a
@ -27,7 +27,7 @@ let connection: Connection;
|
||||
await Promise.all(
|
||||
marketsChunk.map(async (market: DdexMarket) => getAndSaveMarketOrderbook(ddexSource, market)),
|
||||
);
|
||||
await new Promise(resolve => setTimeout(resolve, MILLISEC_MARKET_ORDERBOOK_REQUEST_DELAY));
|
||||
await new Promise<void>(resolve => setTimeout(resolve, MILLISEC_MARKET_ORDERBOOK_REQUEST_DELAY));
|
||||
}
|
||||
process.exit(0);
|
||||
})().catch(handleError);
|
||||
|
Loading…
x
Reference in New Issue
Block a user