Skip to content

Commit

Permalink
fix: return services when fetching facility(ies)
Browse files Browse the repository at this point in the history
Signed-off-by: Kathurima Kimathi <[email protected]>
  • Loading branch information
KathurimaKimathi committed Oct 17, 2023
1 parent 881a95f commit 0a47c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type FacilityOutput struct {
Contacts []ContactsOutput `json:"contacts"`
Identifiers []IdentifiersOutput `json:"identifiers"`
BusinessHours []BusinessHoursOutput `json:"businesshours"`
Services []FacilityService `json:"services"`
}

// BusinessHoursOutput models data that show facility's operational hours
Expand Down

0 comments on commit 0a47c8a

Please sign in to comment.