diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 20:12:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 20:12:56 +0200 |
| commit | 02dc913860b162991db7fb0e2015a76570fbf33e (patch) | |
| tree | ef857ef82086174377772073c02bf2eb600e5005 /app/client/modules/samplernn/samplernn.reducer.js | |
| parent | e21538fe99277d31cacde6f8596a24156faaefd7 (diff) | |
create these datasets
Diffstat (limited to 'app/client/modules/samplernn/samplernn.reducer.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index d91d64d..65d9e3d 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -10,6 +10,7 @@ const samplernnInitialState = { } const samplernnReducer = (state = samplernnInitialState, action) => { + console.log(action.type) switch(action.type) { case types.samplernn.init: return { |
