File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ async function main(
2929 */
3030
3131 // Import from google cloud
32- const { DocumentSchemaServiceClient} = require ( '@google-cloud/contentwarehouse' ) . v1 ;
32+ const { DocumentSchemaServiceClient} =
33+ require ( '@google-cloud/contentwarehouse' ) . v1 ;
3334
3435 // Create service client
3536 const serviceClient = new DocumentSchemaServiceClient ( ) ;
@@ -60,4 +61,4 @@ async function main(
6061main ( ...process . argv . slice ( 2 ) ) . catch ( err => {
6162 console . error ( err ) ;
6263 process . exitCode = 1 ;
63- } ) ;
64+ } ) ;
Original file line number Diff line number Diff line change 2424 "eslint-config-prettier" : " ^9.0.0" ,
2525 "eslint-plugin-node" : " ^11.1.0" ,
2626 "eslint-plugin-prettier" : " ^5.0.0-alpha.1" ,
27- "gts" : " ^5.0.0 " ,
27+ "gts" : " ^5.0.1 " ,
2828 "mocha" : " ^10.2.0" ,
2929 "nunjucks" : " ^3.2.4" ,
3030 "prettier" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments