Skip to content

Commit 876684f

Browse files
committed
fix: replaced document_id with document._id
1 parent 1ac4511 commit 876684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoCreate.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
"collection": "files",
1111
"document_id": "60145dc49f64ba1680b86693",
1212
"key": "src",
13-
"data":{
13+
"document": {
1414
"name": "index.html",
1515
"path": "/docs/css-parser/index.html",
1616
"domains": [

0 commit comments

Comments
 (0)