There was an error while loading. Please reload this page.
1 parent 41c47f1 commit 6a6f1c1Copy full SHA for 6a6f1c1
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