MCPcopy Index your code
hub / github.com/reactGo/reactGo / createTopicFailure

Function createTopicFailure

app/actions/topics.js:77–83  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

75}
76
77function createTopicFailure(data) {
78 return {
79 type: types.CREATE_TOPIC_FAILURE,
80 id: data.id,
81 ex: data.ex
82 };
83}
84
85function createTopicDuplicate() {
86 return {

Callers 1

createTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected