Merge pull request #20 from srgooglo/master-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
srgooglo 2020-10-20 21:51:10 +02:00 committed by GitHub
commit fb03a2cef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 })
})
},