create document flow

This commit is contained in:
2024-03-23 22:15:06 +02:00
parent c649077e37
commit 322c48b78b
15 changed files with 230 additions and 129 deletions
-2
View File
@@ -48,7 +48,6 @@
schema: record.schema,
status: record.status,
_sys: JSON.parse(JSON.stringify(record._sys)),
_file: JSON.parse(JSON.stringify(record._file)),
edges: JSON.parse(JSON.stringify(graph.edges)),
};
}
@@ -82,7 +81,6 @@
schema: record.schema,
status: record.status,
_sys: record._sys,
_file: record._file,
edges: graph.edges,
});
}