⚗️ Testing with the new post listing v2
This commit is contained in:
@@ -46,7 +46,7 @@ func listRecommendation(c *fiber.Ctx) error {
|
||||
}
|
||||
|
||||
func listRecommendationShuffle(c *fiber.Ctx) error {
|
||||
take := c.QueryInt("take", 0)
|
||||
take := c.QueryInt("take", 10)
|
||||
offset := c.QueryInt("offset", 0)
|
||||
|
||||
tx := database.C
|
||||
|
Reference in New Issue
Block a user