chore: fix linter errors

This commit is contained in:
guilhermefbarbosa 2023-10-19 10:33:28 -03:00
parent 352d9a9abb
commit 9599c1e38e

View File

@ -21,5 +21,4 @@ func AfterError(db *gorm.DB) {
return false return false
}) })
} }
return
} }