mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-30 22:25:38 -05:00
Fix incorrect patches bucket name
This commit is contained in:
parent
ada360bbe0
commit
8685d073d8
|
|
@ -14,6 +14,4 @@ export function getMinioClient(): Client {
|
|||
return cachedClient;
|
||||
}
|
||||
|
||||
export const PATCHES_BUCKET = "patches";
|
||||
|
||||
|
||||
export const PATCHES_BUCKET = process.env.PATCHES_BUCKET!;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user