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 59c9698 commit 1ba896eCopy full SHA for 1ba896e
app/scripts/lib/ppom/ppom-middleware.test.ts
@@ -91,7 +91,7 @@ describe('PPOMMiddleware', () => {
91
const usePPOM = async () => {
92
throw new Error('some error');
93
};
94
- const middlewareFunction = createMiddleWare(usePPOM);
+ const middlewareFunction = createMiddleWare({ usePPOM });
95
const req = {
96
method: 'eth_sendTransaction',
97
securityAlertResponse: undefined,
0 commit comments