diff options
Diffstat (limited to 'javascript/test-cdn.js')
| -rw-r--r-- | javascript/test-cdn.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/test-cdn.js b/javascript/test-cdn.js index 3251eca..0506b51 100644 --- a/javascript/test-cdn.js +++ b/javascript/test-cdn.js @@ -6,7 +6,7 @@ const {Storage} = require('@google-cloud/storage'); // helper, see https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md const projectId = 'pythia-251711'; const keyFilename = '../auth/pythia-251711-047e3d5e6608.json'; -const storage = new Storage({projectId, keyFilename}); +const storage = new Storage({ projectId, keyFilename }); // Makes an authenticated API request. async function listBuckets() { @@ -22,4 +22,4 @@ async function listBuckets() { } } -listBuckets();
\ No newline at end of file +listBuckets(); |
