mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-05 04:07:23 +02:00
Missing ;
This commit is contained in:
parent
4b01cbc68a
commit
37bba84cb4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function validateNonEmpty(data, cb) {
|
|||
|
||||
function validateMessageSubject(data, cb) {
|
||||
cb(data && data.length > 1 ? null : new Error('Subject too short'));
|
||||
};
|
||||
}
|
||||
|
||||
function validateUserNameAvail(data, cb) {
|
||||
if(data.length < Config.users.usernameMin) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue