From b4fde2bbaf084ae7fa75eda242838cb97f309a37 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Mon, 10 Apr 2023 17:22:20 +0300 Subject: keygen update for supporting greek linked words (in progress) --- javascript/test-cdn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'javascript/test-cdn.js') 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(); -- cgit v1.2.3