Minor fixes

Minor fixes
This commit is contained in:
Arminas 2022-12-30 20:26:23 +02:00 committed by GitHub
parent c31636b66e
commit e9b628cd3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -522,7 +522,6 @@ func EmailClient(db store.IStore) echo.HandlerFunc {
emailSetting.DefaultEmailContent,
attachments,
)
fmt.Println("\n\n\n %s \n\n\n", err)
if err != nil {
return c.JSON(http.StatusInternalServerError, jsonHTTPResponse{false, err.Error()})