Clean up oputil help a bit
Minor code tidy + notes
This commit is contained in:
@@ -234,6 +234,7 @@ function attemptSetEstimatedReleaseDate(fileEntry) {
|
||||
//
|
||||
const maxYear = moment().add(2, 'year').year();
|
||||
const match = getMatch(fileEntry.desc) || getMatch(fileEntry.descLong);
|
||||
|
||||
if(match && match[1]) {
|
||||
let year;
|
||||
if(2 === match[1].length) {
|
||||
|
||||
Reference in New Issue
Block a user