Fix typo in function name + fix email render return values on error

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-05 12:56:23 +04:00
parent c6da1c2cce
commit e094dc847b
2 changed files with 11 additions and 11 deletions

View File

@@ -293,7 +293,7 @@ func (impl *Implm) Run(
}
}
if err := emails.UpdloadStaticAssets(
if err := emails.UploadStaticAssets(
ctx,
s3Client,
impl.cfg.AWS.Bucket,