MCPcopy
hub / github.com/kenberkeley/react-demo / delMsg

Function delMsg

src/redux/actions/msg/msg.js:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 })
42
43const delMsg = msgId => dispatch =>
44 msgService
45 .del(msgId)
46 .then(() => dispatch({
47 type: DEL_MSG,
48 payload: msgId
49 }))
50
51/* default 导出所有 Action Creators */
52export default {

Callers 1

delMsgMethod · 0.85

Calls 1

delMethod · 0.80

Tested by

no test coverage detected