Added missing webhook parameter
pull/8/head
Piero Toffanin 2017-04-13 08:45:40 -04:00 zatwierdzone przez GitHub
rodzic c4d8e748ca
commit 6f55637fc5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -101,7 +101,7 @@ module.exports = class Task{
} }
done(null, task); done(null, task);
} }
}, taskJson.options); }, taskJson.options, taskJson.webhook);
} }
// Get path where images are stored for this task // Get path where images are stored for this task