fix: Clean up S3 migration code by removing unnecessary blank lines and improving logging messages

pull/61/head
Frederico Santos 1 month ago committed by frutescens
parent aa2f02d275
commit d5c900a7cc

@ -159,6 +159,7 @@ func S3SaveMigration() error {
Key: aws.String(username),
Body: bytes.NewReader(json),
})
if err != nil {
log.Printf("error while saving data in S3 for user %s: %s", username, err)
continue

Loading…
Cancel
Save