Fix incorrect patches bucket name

This commit is contained in:
Jared Schoeny 2025-10-24 23:08:19 -10:00
parent ada360bbe0
commit 8685d073d8

View File

@ -14,6 +14,4 @@ export function getMinioClient(): Client {
return cachedClient;
}
export const PATCHES_BUCKET = "patches";
export const PATCHES_BUCKET = process.env.PATCHES_BUCKET!;