Skip to content

Commit

Permalink
Fix #224: Replace organization with 'z' to 's' in get organisation en…
Browse files Browse the repository at this point in the history
…dpoint response

Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 12, 2023
1 parent 548e9af commit 18576ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlerv2/getorganizationbyid_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type organizationResp struct {
}

type getOrgResp struct {
Organization organizationResp `json:"organization"`
Organization organizationResp `json:"organisation"`
}

// GetOrganizationByID Gets a single organization by given id
Expand Down

0 comments on commit 18576ec

Please sign in to comment.