Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 9bf76dc

Browse files
committed
Remove Extra Catch Stopping On-Chain Payments
1 parent c7c4d17 commit 9bf76dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/redux-grpc-middleware/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ export default (opts = {}) => {
9595
console.log('Error From Method', method, err)
9696
reject('Error From Method', method, err)
9797
}
98-
}).catch((err) => {
99-
ERROR && next({ type: ERROR, error: err })
100-
console.error(`Caught on ${ method } method`, err)
10198
})
10299
}
103100
}

0 commit comments

Comments
 (0)