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