Fix typo
This commit is contained in:
parent
20e9d9ad7e
commit
1f9b963e76
|
@ -1746,7 +1746,7 @@ function FTNMessageScanTossModule() {
|
||||||
}
|
}
|
||||||
return callback(null, localInfo); // continue even if we couldn't find an old match
|
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(', ')}])`));
|
return callback(Errors.General(`More than one existing entry for TIC in ${localInfo.areaTag} ([${fileIds.join(', ')}])`));
|
||||||
} else {
|
} else {
|
||||||
return callback(null, localInfo);
|
return callback(null, localInfo);
|
||||||
|
|
Loading…
Reference in New Issue