@fullstackdatasolutions/articles 1.2.1 → 1.2.2

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.
package/dist/server.js CHANGED
@@ -657,7 +657,7 @@ function getArticleSummary(slug, config) {
657
657
  author,
658
658
  authors,
659
659
  authorSlug: primaryAuthorProfile == null ? void 0 : primaryAuthorProfile.slug,
660
- authorAvatar: primaryAuthorProfile ? getAuthorAvatar(primaryAuthorProfile, config) : void 0,
660
+ authorAvatar: primaryAuthorProfile ? getAuthorAvatar(primaryAuthorProfile) : void 0,
661
661
  category: categories[0],
662
662
  categories,
663
663
  readTime,