@studyportals/fawkes 4.0.2-13 → 4.0.2-15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,6 +23,7 @@ export class RankedArea extends RankedOrganisationsSeoIndexabilityPolicy {
|
|
|
23
23
|
[FilterKey.COUNTRY, [area.countryId]]
|
|
24
24
|
]);
|
|
25
25
|
const result = await this.checkRulesForSitemap(filterKeyValues);
|
|
26
|
+
console.log(`Result for area ${area.id} is ${result}`); // eslint-disable-line no-console
|
|
26
27
|
if (result) {
|
|
27
28
|
paths.push(this.getPathWithSortingOption(area.path));
|
|
28
29
|
}
|