Skip to content

Commit

Permalink
[Backend] userID -> userId in jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfex4936 committed Feb 25, 2024
1 parent 0af61a6 commit 0bc1a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dto/marker_dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ type MarkerResponse struct {
Longitude float64 `json:"longitude"`
Description string `json:"description"`
Username string `json:"username"`
UserID int `json:"userID"`
UserID int `json:"userId"`
PhotoURLs []string `json:"photoUrls"`
}

0 comments on commit 0bc1a90

Please sign in to comment.