fix linter

state-management
Muhammed Efe Cetin 2025-03-19 15:26:58 +03:00
parent cbd2f09999
commit 1dbd1cc1d5
No known key found for this signature in database
GPG Key ID: 0AA4D45CBAA86F73
1 changed files with 101 additions and 102 deletions

View File

@ -403,7 +403,6 @@ func main() {
} }
return c.JSON(user) return c.JSON(user)
}) })
app.Get("/user/:id", func(c fiber.Ctx) error { app.Get("/user/:id", func(c fiber.Ctx) error {