We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841186b commit d8abb66Copy full SHA for d8abb66
secret-manager/createSecret.js
@@ -28,7 +28,7 @@ async function main(
28
// const ttl = '900s' // Optional: Specify TTL in seconds (e.g., '900s' for 15 minutes).
29
30
// Imports the Secret Manager library
31
- const { SecretManagerServiceClient } = require('@google-cloud/secret-manager');
+ const {SecretManagerServiceClient} = require('@google-cloud/secret-manager');
32
33
// Instantiates a client
34
const client = new SecretManagerServiceClient();
@@ -59,4 +59,4 @@ async function main(
59
}
60
61
const args = process.argv.slice(2);
62
-main(...args).catch(console.error);
+main(...args).catch(console.error);
0 commit comments