There was an error while loading. Please reload this page.
2 parents 310eff0 + 944546a commit a3c4de3Copy full SHA for a3c4de3
document-warehouse/get-document-schema.js
@@ -44,8 +44,9 @@ async function main(
44
// projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}
45
const name = serviceClient.documentSchemaPath(
46
projectNumber,
47
- location,
48
- documentSchemaId);
+ location,
+ documentSchemaId
49
+ );
50
request.name = name;
51
52
// Make Request
0 commit comments