Update Regency

This commit is contained in:
aditya.siregar
2024-08-19 20:26:01 +07:00
parent 3252456413
commit ddc2c4b4f4
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -289,6 +289,8 @@ func (h *Handler) toSiteResponse(resp *entity.Site) response.Site {
Products: h.toProductResponseList(resp.Products),
Lat: *resp.Latitude,
Long: *resp.Longitude,
Region: resp.Region,
Regency: resp.Regency,
}
}