There was an error while loading. Please reload this page.
1 parent 1ce84b0 commit de1e1eeCopy full SHA for de1e1ee
document-warehouse/create-document.js
@@ -63,8 +63,9 @@ async function main(
63
schemaRequest.documentSchema = documentSchemaRequest;
64
65
// Create Document Schema
66
- const documentSchema =
67
- await schemaClient.createDocumentSchema(schemaRequest);
+ const documentSchema = await schemaClient.createDocumentSchema(
+ schemaRequest
68
+ );
69
70
// Property Value Definition
71
const documentProperty = {};
0 commit comments