From a0d201ef0cc68de068f89515a30ab93e3e716a5b Mon Sep 17 00:00:00 2001 From: jaideraf Date: Thu, 21 Aug 2025 15:37:43 -0300 Subject: [PATCH] MediaumSize to MediumImage I guess it should be MediumImage, right? See: https://github.com/search?q=repo%3Afredericd%2Fcoce%20MediumImage&type=code --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index de504be..362590e 100644 --- a/config.json.sample +++ b/config.json.sample @@ -16,7 +16,7 @@ }, "aws": { "timeout": 86400, - "imageSize": "MediumSize" + "imageSize": "MediumImage" }, "ol": { "timeout": 86400,