fix: bot avatar generation - decrypt credentials before passing to S3

This commit is contained in:
Christomatt
2026-02-01 04:16:42 +01:00
parent 3bf56cca82
commit 13b38f0a7b
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ interface StorageUploadResult {
/**
* Decrypt S3 credentials from encrypted storage
*/
function decryptS3Credentials(
export function decryptS3Credentials(
encryptedAccessKey: string,
encryptedSecretKey: string,
password: string