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 4323b6d commit 0e90b60Copy full SHA for 0e90b60
src/client/controllers/reqResController.js
@@ -50,6 +50,7 @@ const connectionController = {
50
openReqRes(id) {
51
// listens for reqResUpdate event from main process telling it to update reqResobj
52
api.receive('reqResUpdate', (reqResObj) => store.default.dispatch(actions.reqResUpdate(reqResObj)));
53
+
54
const reqResArr = store.default.getState().business.reqResArray;
55
const reqResObj = reqResArr.find((el) => el.id === id);
56
if (reqResObj.request.method === "SUBSCRIPTION")
0 commit comments