This commit is contained in:
Bryan Ashby 2018-11-22 10:10:53 -07:00
parent 20e9d9ad7e
commit 1f9b963e76
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ function FTNMessageScanTossModule() {
}
return callback(null, localInfo); // continue even if we couldn't find an old match
});
} else if(fileIds.legnth > 1) {
} else if(fileIds.length > 1) {
return callback(Errors.General(`More than one existing entry for TIC in ${localInfo.areaTag} ([${fileIds.join(', ')}])`));
} else {
return callback(null, localInfo);