Update versions in sitemaps. Need to be checked.

This commit is contained in:
Konstantinos Triantafyllou 2023-08-04 15:45:18 +03:00
parent 3a463f9bab
commit 95f749e9f0
2 changed files with 5 additions and 5 deletions

View File

@ -260,7 +260,7 @@ function parseAllUrls(response: any, allUrls: any, resultsType: string, subject:
} else { } else {
let resultLandingComponent = new ResultLandingComponent(null, null, null, let resultLandingComponent = new ResultLandingComponent(null, null, null,
null, null, null, null, null, null, null, null, null, null, null, null,
null, null, null, null, null); null, null, null, null, null, null, null, null);
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) { if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
noIndexedUrls++; noIndexedUrls++;

View File

@ -10,12 +10,12 @@
"superagent": "^5.0.5" "superagent": "^5.0.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^8.0.30", "@types/node": "^16.18.39",
"ts-node": "^10.4.0", "ts-node": "^10.9.1",
"typescript": "^3.2.4" "typescript": "^4.9.5"
}, },
"engines": { "engines": {
"node": "16.3.0" "node": ">=16.14.0"
}, },
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>", "author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
"license": "NKUA" "license": "NKUA"