mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-04-25 07:27:47 -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;
|
return cachedClient;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const PATCHES_BUCKET = "patches";
|
export const PATCHES_BUCKET = process.env.PATCHES_BUCKET!;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user