mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Updated JSDoc
This commit is contained in:
parent
1b1794063f
commit
d1bbd79ece
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue