[CodeFactor] Apply fixes to commit 674d270

This commit is contained in:
codefactor-io 2020-10-20 19:49:44 +00:00
parent 674d270fa6
commit 18262638fc

View File

@ -40,8 +40,8 @@ export default {
}
}
yield put({
type: "handleSocket",
yield put({
type: "handleSocket",
payload: new SocketConnection({payload, connector: state.app.dispatcher, then: handleThen })
})
},