Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit ce433d1

Browse files
committed
clean up
1 parent 29c2005 commit ce433d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nodemon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"watch": false,
3-
"verbose": true
3+
"verbose": false
44
}

src/sagas/combineSaga.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import {all} from 'redux-saga/effects';
22

33
export default function *combineSaga() {
4-
yield all([]);
4+
yield all([
5+
// https://randomuser.me/
6+
]);
57
}

0 commit comments

Comments
 (0)