@@ -67,7 +67,7 @@ module.exports = {
}
,
isSecword(secword){
if (typeof secword==='string' && 12===secword.split(/ +/))
if (typeof secword==='string' && 12===secword.split(/ +/).length)
return Secword.isValid(secword)
else
return false
The note is not visible to the blocked user.