diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 03:19:29 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 03:19:29 +0200 |
| commit | 784d708914a8da980060a5afef04aefc00bc87c3 (patch) | |
| tree | 00666742843c113838c37169cbcb6c2a8f85ba17 /app/client/modules/morph/morph.tasks.js | |
| parent | 24186fc504859d774ebda65d5702132098d6de97 (diff) | |
morph task structure
Diffstat (limited to 'app/client/modules/morph/morph.tasks.js')
| -rw-r--r-- | app/client/modules/morph/morph.tasks.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/client/modules/morph/morph.tasks.js b/app/client/modules/morph/morph.tasks.js index ad88fc0..ba0f6b9 100644 --- a/app/client/modules/morph/morph.tasks.js +++ b/app/client/modules/morph/morph.tasks.js @@ -13,10 +13,7 @@ export const morph_task = (state, folder) => dispatch => { activity: 'morph', dataset: state.a, folder_id: folder.id, - opt: { - ...state, - dataset_module: 'pix2pihd', - }, + opt: state, } return actions.queue.add_task(task) } |
