diff --git a/sanitiser/_ids.js b/sanitiser/_ids.js index 93ca7ab9..c89226c8 100644 --- a/sanitiser/_ids.js +++ b/sanitiser/_ids.js @@ -33,11 +33,6 @@ function sanitize( raw, clean ){ // split string into array of values var rawIds = rawIdsString.split(','); - // no ids provided - if( !rawIds.length ){ - messages.errors.push( errorMessage('ids') ); - } - // deduplicate rawIds = _.unique(rawIds);