diff --git a/sanitiser/_id.js b/sanitiser/_id.js index 6620a280..7c466110 100644 --- a/sanitiser/_id.js +++ b/sanitiser/_id.js @@ -30,7 +30,6 @@ function sanitize( req ){ if('string' !== typeof params.type || !params.type.length){ return errormessage('type'); } - req.clean.type = params.type; // type text must be one of the indeces if(indeces.indexOf(params.type) == -1){