diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-24 01:52:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-24 01:52:58 +0200 |
| commit | 2a5fcdecf400b08f782db1fbe3ef4a759d0f08f0 (patch) | |
| tree | 2c22e137c8baedea8a4809dd1ea4873787859344 /app/client/modules/pix2pixhd/pix2pixhd.tasks.js | |
| parent | 8004a449f0c3090614158039734816a5b780ec18 (diff) | |
taskz
Diffstat (limited to 'app/client/modules/pix2pixhd/pix2pixhd.tasks.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/pix2pixhd.tasks.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.tasks.js b/app/client/modules/pix2pixhd/pix2pixhd.tasks.js index 89184d2..5d8e084 100644 --- a/app/client/modules/pix2pixhd/pix2pixhd.tasks.js +++ b/app/client/modules/pix2pixhd/pix2pixhd.tasks.js @@ -75,10 +75,10 @@ export const augment_task = (dataset, opt) => dispatch => { return actions.queue.add_task(task) } -export const create_dataset_task = (opt) => dispatch => { +export const splice_task = (opt) => dispatch => { const task = { module: module.name, - activity: 'create_dataset', + activity: 'splice', dataset: opt.title, folder_id: opt.folder_id, opt: { @@ -86,6 +86,6 @@ export const create_dataset_task = (opt) => dispatch => { } } console.log(task) - console.log('add create_dataset task') + console.log('add splice task') return actions.queue.add_task(task) }
\ No newline at end of file |
