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 10cc42f commit 5c765f1Copy full SHA for 5c765f1
packages/snaps-simulation/src/middleware/mock.ts
@@ -27,7 +27,7 @@ export function createMockMiddleware(
27
if (once) {
28
store.dispatch(removeJsonRpcMock(key));
29
}
30
-
+
31
response.result = result;
32
return;
33
0 commit comments