chore(instant): fix lint error
This commit is contained in:
@@ -112,8 +112,8 @@ export class ZeroExInstantProvider extends React.Component<ZeroExInstantProvider
|
|||||||
shouldPerformImmediatelyOnStart: false,
|
shouldPerformImmediatelyOnStart: false,
|
||||||
});
|
});
|
||||||
this._buyQuoteHeartbeat.start(BUY_QUOTE_UPDATE_INTERVAL_TIME_MS);
|
this._buyQuoteHeartbeat.start(BUY_QUOTE_UPDATE_INTERVAL_TIME_MS);
|
||||||
// tslint:disable-next-line:no-floating-promises
|
|
||||||
// Trigger first buyquote fetch
|
// Trigger first buyquote fetch
|
||||||
|
// tslint:disable-next-line:no-floating-promises
|
||||||
asyncData.fetchCurrentBuyQuoteAndDispatchToStore(state, dispatch, { updateSilently: false });
|
asyncData.fetchCurrentBuyQuoteAndDispatchToStore(state, dispatch, { updateSilently: false });
|
||||||
// warm up the gas price estimator cache just in case we can't
|
// warm up the gas price estimator cache just in case we can't
|
||||||
// grab the gas price estimate when submitting the transaction
|
// grab the gas price estimate when submitting the transaction
|
||||||
|
|||||||
Reference in New Issue
Block a user