We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a947a42 commit edfc3b9Copy full SHA for edfc3b9
CoCreate.config.js
@@ -8,9 +8,9 @@ module.exports = {
8
{
9
"entry": "./docs/index.html",
10
"collection": "files",
11
- "document_id": "601460b19f64ba1680b8669b",
12
"key": "src",
13
"document": {
+ "_id": "601460b19f64ba1680b8669b",
14
"name": "index.html",
15
"path": "/docs/docs/index.html",
16
"domains": [
src/index.js
@@ -77,8 +77,6 @@ if (sources) {
77
78
let new_source = {...sources[i]};
79
new_source.document = { _id: '', ...new_source.document}
80
- new_source.document._id = ''
81
- delete new_source._id
82
83
let response = {};
84
if (entry) {
0 commit comments