summaryrefslogtreecommitdiff
path: root/app/client/modules/samplernn/samplernn.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-02 16:31:53 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-02 16:31:53 +0200
commitfb8c9e6587e3bdf902eb1b058884f14866d04a25 (patch)
tree1699298f088f96133b59f0dbfe7b54c751c41add /app/client/modules/samplernn/samplernn.reducer.js
parent1b4a9fab63ce3339c67925f3a7136707ed25d227 (diff)
whmmm
Diffstat (limited to 'app/client/modules/samplernn/samplernn.reducer.js')
-rw-r--r--app/client/modules/samplernn/samplernn.reducer.js1
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 5e83e98..27d4d58 100644
--- a/app/client/modules/samplernn/samplernn.reducer.js
+++ b/app/client/modules/samplernn/samplernn.reducer.js
@@ -11,6 +11,7 @@ const samplernnInitialState = {
const samplernnReducer = (state = samplernnInitialState, action) => {
switch(action.type) {
case types.samplernn.init:
+ console.log(action.data)
return {
...state,
loading: false,