Skip to content

Commit bfa4899

Browse files
committed
fix: upate path to entry
1 parent 453a37a commit bfa4899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if (crud) {
9494
* Store html files by config sources
9595
**/
9696
if (sources) {
97-
sources.forEach(async ({path, collection, document_id, key, data}) => {
97+
sources.forEach(async ({entry, collection, document_id, key, data}) => {
9898
if (!path) return;
9999

100100
let content = fs.readFileSync(path, 'utf8');

0 commit comments

Comments
 (0)