🐛 Bug fixes on showing less content

This commit is contained in:
2025-02-18 23:24:34 +08:00
parent b5f91b17e0
commit 5ce0e33359
3 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ func apGetPost(c *fiber.Ctx) error {
tx := database.C
var err error
if tx, err = universalPostFilter(c, tx); err != nil {
if tx, err = UniversalPostFilter(c, tx); err != nil {
return err
}