Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 16, 2024
1 parent a17bc21 commit f38d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f38d84f

Please sign in to comment.