File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/scripts/lib/dapp-swap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export function createDappSwapMiddleware<
7373 uniqueId : string ,
7474 info : { quotes ?: QuoteResponse [ ] ; latency ?: number } ,
7575 ) => void ;
76- //eslint-disable-next-line @typescript-eslint/naming-convention
76+ // eslint-disable-next-line @typescript-eslint/naming-convention
7777 dappSwapMetricsFlag : { enabled : boolean ; bridge_quote_fees : number } ;
7878} ) {
7979 return async (
@@ -82,7 +82,7 @@ export function createDappSwapMiddleware<
8282 next : ( ) => void ,
8383 ) => {
8484 try {
85- //eslint-disable-next-line @typescript-eslint/naming-convention
85+ // eslint-disable-next-line @typescript-eslint/naming-convention
8686 const { enabled : dappSwapEnabled , bridge_quote_fees : bridgeQuoteFees } =
8787 dappSwapMetricsFlag ;
8888 if ( ! dappSwapEnabled ) {
You can’t perform that action at this time.
0 commit comments