Skip to content

Commit 4db4d3a

Browse files
committed
Marshal HoursLogRequestID as hoursLogRequestId instead of
hoursLogRequestID
1 parent cb6d3ab commit 4db4d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/core/handlers/hours/organization_requests_post.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func OrganizationRequestsPost(hoursService hours.Service, conversationsService c
1919
}
2020
type response struct {
2121
MessageID int64 `json:"messageId"`
22-
HoursLogRequestID int64 `json:"hoursLogRequestID"`
22+
HoursLogRequestID int64 `json:"hoursLogRequestId"`
2323
Success bool `json:"success"`
2424
}
2525
return func(w http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)