fix sortby queries

This commit is contained in:
Ravi Prasad
2025-06-18 22:48:43 -05:00
parent 9475e1a245
commit 5775a42538
4 changed files with 72 additions and 17 deletions
@@ -44,6 +44,7 @@ import (
// @Success 200 {object} map[string]string
// @Failure 400,500 {object} map[string]string
// @Router /api/playershotchart/scrape [get]
// @ignore
func ScrapePlayerShotChart(db *gorm.DB) fiber.Handler {
return func(c *fiber.Ctx) error {
pid := c.Query("playerId")