diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 02:44:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 02:44:25 +0200 |
| commit | f5c04fc92a4e23948b477f4f579b953e8edd6bb2 (patch) | |
| tree | 2a7de103dfde225b6ba90f70ba20d8b1c1d951bc /app/client/modules/samplernn/samplernn.reducer.js | |
| parent | b0440c213ac9f97e558b3d15d3740dab234b7b79 (diff) | |
omg making an api request
Diffstat (limited to 'app/client/modules/samplernn/samplernn.reducer.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.reducer.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index a642919..5424422 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -24,6 +24,9 @@ const samplernnReducer = (state = samplernnInitialState, action) => { return { ...state, } + case types.folder.index: + console.log(action) + return default: return state } |
