From 0a47c8a5a942c2f1f270e1c847b23ce45f712e45 Mon Sep 17 00:00:00 2001 From: Kathurima Kimathi Date: Tue, 17 Oct 2023 13:20:19 +0300 Subject: [PATCH] fix: return services when fetching facility(ies) Signed-off-by: Kathurima Kimathi --- output.go | 1 + 1 file changed, 1 insertion(+) diff --git a/output.go b/output.go index 00b5e9a..2dc71f2 100644 --- a/output.go +++ b/output.go @@ -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