From f38d84f951478035591cd63ceb0319bfcc75a18d Mon Sep 17 00:00:00 2001 From: Lim Jet <57783762+daoauth@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:43:09 +0900 Subject: [PATCH] Update index.ts --- functions/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/index.ts b/functions/src/index.ts index 87b8816..9669ccd 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -57,7 +57,7 @@ export const upload = onRequest(async (req, res) => { return; } - const bucket = storage.bucket('your-bucket-name'); + const bucket = storage.bucket('slsa-on-blockchain.appspot.com'); const uploadPromises = []; for (const name in uploads) {