storyblok-algolia-indexer
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -38,7 +38,7 @@ const axios = require('axios') | ||
let data = response.data | ||
records = records.concat(data.stories) | ||
records = records.concat(data.stories[0].content.body) | ||
}) | ||
records.forEach(record => { | ||
record.objectID = record.uuid | ||
record.objectID = record._uid | ||
}) | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "storyblok-algolia-indexer", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Index Algolia with Storyblok content", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4115