fix: chatwoot translations and s3 region

This commit is contained in:
Davidson Gomes
2024-08-15 15:41:30 -03:00
parent 38ec114fff
commit 19f0296718
2 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ const minioClient = (() => {
useSSL: BUCKET.USE_SSL,
accessKey: BUCKET.ACCESS_KEY,
secretKey: BUCKET.SECRET_KEY,
region: BUCKET.REGION
region: BUCKET.REGION,
});
}
})();