Skip to content

Commit

Permalink
More linting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Alder Whiteford authored and Alder Whiteford committed Feb 19, 2024
1 parent 9e9c92c commit 2522cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utilities/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/gofiber/fiber/v2"

// For swagger docs:
type SuccessResponse struct {
Message string `json:message`
Message string `json:"message"`
}

func FiberMessage(c *fiber.Ctx, statusCode int, response string) error {
Expand Down

0 comments on commit 2522cb4

Please sign in to comment.