Skip to content

Commit c8c166f

Browse files
committed
update
1 parent 1699811 commit c8c166f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/scripts/lib/dapp-swap/dapp-swap-middleware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function createDappSwapMiddleware<
8787
dappSwapMetricsFlag;
8888
if (!dappSwapEnabled) {
8989
next();
90+
return;
9091
}
9192
const { securityAlertResponse, params, origin } = req;
9293
const { securityAlertId } = securityAlertResponse ?? {};

0 commit comments

Comments
 (0)