質問編集履歴

3

不要

2019/06/28 06:51

投稿

roooo
roooo

スコア57

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,7 @@
118
118
 
119
119
  while (true) {
120
120
 
121
- yield take(actions.setChannelsData);
121
+ yield take(actions.setAAData);
122
122
 
123
123
  try {
124
124
 

2

不要

2019/06/28 06:51

投稿

roooo
roooo

スコア57

test CHANGED
File without changes
test CHANGED
@@ -114,7 +114,7 @@
114
114
 
115
115
  export const sagas = {
116
116
 
117
- *doGetChannels() {
117
+ *doGet() {
118
118
 
119
119
  while (true) {
120
120
 
@@ -122,7 +122,7 @@
122
122
 
123
123
  try {
124
124
 
125
- const channels = yield call(
125
+ const res = yield call(
126
126
 
127
127
  apiService_a.get,
128
128
 
@@ -132,7 +132,7 @@
132
132
 
133
133
  );
134
134
 
135
- console.log(channels);
135
+ console.log(res);
136
136
 
137
137
  //↑これだと
138
138
 

1

不要

2019/06/28 06:50

投稿

roooo
roooo

スコア57

test CHANGED
File without changes
test CHANGED
@@ -104,8 +104,6 @@
104
104
 
105
105
  apiService_a.get(
106
106
 
107
- "salesapp",
108
-
109
107
  "hoge",
110
108
 
111
109
  "hogeToken"