diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 17:20:45 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 17:20:45 +0200 |
| commit | 584dbf9e5fd4bfb2c54b65bcc96ef0c35c5a24aa (patch) | |
| tree | 6463c94eaea6798d12d193f65cfd9894f3942dd0 /app/client/dashboard/dashboard.reducer.js | |
| parent | ddf2cc3f5dccc1b22275c3b39366e51036d7815f (diff) | |
overspecifying everything lol
Diffstat (limited to 'app/client/dashboard/dashboard.reducer.js')
| -rw-r--r-- | app/client/dashboard/dashboard.reducer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboard.reducer.js b/app/client/dashboard/dashboard.reducer.js index b3ee05e..72aece6 100644 --- a/app/client/dashboard/dashboard.reducer.js +++ b/app/client/dashboard/dashboard.reducer.js @@ -23,7 +23,6 @@ const dashboardInitialState = { }, ], files: [ - { id: 2, module: 'samplernn', checkpoint: 'jwcglassbeat', dataset: 'jwcglassbeat', epoch: 18, duration: 30, batch_size: 5, filename: 'jwcglassbeat-ep18.mp3', size: 3 * 1024 * 1024, date: Date.now(), opt: "{}", } ] } |
