mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix eslint errors
This commit is contained in:
@@ -1207,7 +1207,8 @@ OrderBook.prototype.setOffers = function(offers) {
|
||||
|
||||
this.resetCache();
|
||||
|
||||
let i = -1, offer;
|
||||
let i = -1;
|
||||
let offer;
|
||||
const l = offers.length;
|
||||
|
||||
while (++i < l) {
|
||||
|
||||
Reference in New Issue
Block a user