🐛 Fix compile issue

This commit is contained in:
LittleSheep 2025-03-29 23:54:44 +08:00
parent d6f0daca61
commit 515412d663

View File

@ -17,7 +17,7 @@ import (
"gorm.io/gorm"
)
const singularAttachmentFields = []string{"video", "thumbnail"}
var singularAttachmentFields = []string{"video", "thumbnail"}
// This api still is experimental and finally with replace the old one
// Some changes between ListPost and ListPostV2: