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:
@@ -293,7 +293,7 @@ func (impl *Implm) Run(
|
||||
}
|
||||
}
|
||||
|
||||
if err := emails.UpdloadStaticAssets(
|
||||
if err := emails.UploadStaticAssets(
|
||||
ctx,
|
||||
s3Client,
|
||||
impl.cfg.AWS.Bucket,
|
||||
|
||||
Reference in New Issue
Block a user