@studyportals/fawkes 8.1.1-2 → 8.1.1-3

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.
@@ -10,9 +10,6 @@ export class OrganisationStructuredDataFactory extends SearchStructuredDataFacto
10
10
  };
11
11
  }
12
12
  buildStructuredDataForCard(entity) {
13
- const offer = this.constructOffer(entity.offer);
14
- if (!offer)
15
- return undefined;
16
13
  const card = entity.card;
17
14
  return {
18
15
  "@type": "CollegeOrUniversity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.1.1-2",
3
+ "version": "8.1.1-3",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"