Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Feb 10, 2024
1 parent d8ee450 commit ea174d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/controllers/category.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (cat *CategoryController) UpdateCategory(c *fiber.Ctx) error {
}

updatedCategory, err := cat.categoryService.UpdateCategory(c.Params("categoryID"), category)

if err != nil {
return err.FiberError(c)
}
Expand Down

0 comments on commit ea174d8

Please sign in to comment.