Open ecwillis opened 9 years ago
I would like the following:
request.server.plugins.jobs.runSingle('dist-notifications', [jobData], function(err, joberr) {});
to allow the function cb at the end to be optional so it could be called like:
request.server.plugins.jobs.runSingle('dist-notifications', [jobData]);
I would like the following:
to allow the function cb at the end to be optional so it could be called like: