We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1699811 commit c8c166fCopy full SHA for c8c166f
app/scripts/lib/dapp-swap/dapp-swap-middleware.ts
@@ -87,6 +87,7 @@ export function createDappSwapMiddleware<
87
dappSwapMetricsFlag;
88
if (!dappSwapEnabled) {
89
next();
90
+ return;
91
}
92
const { securityAlertResponse, params, origin } = req;
93
const { securityAlertId } = securityAlertResponse ?? {};
0 commit comments