Skip to content

Commit 0835e6a

Browse files
committed
fix: replaced document_id with document._id
1 parent 8fe997e commit 0835e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CoCreate.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
"collection": "files",
1111
"document_id": "60c63f2429e7550bebd6fb88",
1212
"key": "src",
13-
"data": {
13+
"document": {
1414
"name": "index.html",
1515
"path": "/docs/utility/index.html",
1616
"domains": [
@@ -28,7 +28,7 @@ module.exports = {
2828
"collection": "files",
2929
"document_id": "60c63f2429e7550bebd6fb89",
3030
"key": "src",
31-
"data": {
31+
"document": {
3232
"name": "avatar.html",
3333
"path": "/docs/avatar/index.html",
3434
"domains": [
@@ -46,7 +46,7 @@ module.exports = {
4646
"collection": "files",
4747
"document_id": "60c63f2429e7550bebd6fb8a",
4848
"key": "src",
49-
"data": {
49+
"document": {
5050
"name": "flip-item.html",
5151
"path": "/docs/flip-item/index.html",
5252
"domains": [

0 commit comments

Comments
 (0)