🐛 Fix merged file isn't add to cache

This commit is contained in:
2024-08-21 01:55:40 +08:00
parent cb02b66fca
commit 479b1933b0
3 changed files with 26 additions and 27 deletions

View File

@ -117,7 +117,6 @@ func uploadAttachmentMultipart(c *fiber.Ctx) error {
}
if !isAllUploaded {
database.C.Save(&meta)
return c.JSON(meta)
}