mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 01:11:36 +02:00
Fix typo
This commit is contained in:
parent
20e9d9ad7e
commit
1f9b963e76
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue