Skip to content

Commit cc2ad81

Browse files
committed
Fix name of saga
The name did not correspond to the performen action
1 parent d55ecda commit cc2ad81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagas/profile-form-saga.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ function* createNewConversationGroupSaga() {
5858
try {
5959
const { data } = yield call(axios.put, "/api/profile", formData, config);
6060

61-
yield console.log(data);
6261
yield put(actions.updateAvatarSuccess(data));
6362
} catch (error) {
6463
// console.log(error.message);

0 commit comments

Comments
 (0)