module.exports = function ( jobIds ) {

    var command = [ 'NACK' ];

    if ( typeof jobIds === 'object' ) {