0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Updated JSDoc

This commit is contained in:
Naz 2020-11-05 17:36:51 +13:00
parent 1b1794063f
commit d1bbd79ece

View file

@ -30,8 +30,8 @@ class JobManager {
/**
* Adds job to queue
*
* @param {Function} job function to be executed in the queue
* @param {Object} [data] data to be passed into the job
* @param {Function} job - function to be executed in the queue
* @param {Object} [data] - data to be passed into the job
*/
addJob(job, data) {
this.logging.info('Adding one off job to the queue');