There was an error while loading. Please reload this page.
1 parent db3a2ec commit 48869d7Copy full SHA for 48869d7
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