[web] sponsorships: change to sponsors bucket

This commit is contained in:
Yangshun 2025-07-31 12:54:59 +08:00
parent 6201b676c3
commit 805ea97d93
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ export const sponsorsRouter = router({
'.jpg';
// Generate a signed upload URL
const { data, error } = await supabaseAdmin.storage
.from('ads')
.from('sponsors')
.createSignedUploadUrl(storagePath);
if (error) {