From e49c6c5abfe26e03b5d749f947f8d01ee0ffc2b4 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Tue, 29 Aug 2023 11:23:25 +0100 Subject: [PATCH] uncomment function call --- upload-polyfills.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-polyfills.js b/upload-polyfills.js index 10b129568..d4ba9d3a1 100755 --- a/upload-polyfills.js +++ b/upload-polyfills.js @@ -130,5 +130,5 @@ async function uploadPolyfillsToKVStore() { await getFastlyApiKey() await getOrCreatePolyfillKVStore() -// await linkKVStoreToServiceAndActivate() +await linkKVStoreToServiceAndActivate() await uploadPolyfillsToKVStore()