From 0502f3a63e62cfed08f7c65da004908dc0c621fd Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Tue, 24 Feb 2026 23:48:18 +0000 Subject: [PATCH] fix(healthcare): set responseType to JSON instead of Buffer --- healthcare/fhir/updateFhirResource.js | 1 + 1 file changed, 1 insertion(+) diff --git a/healthcare/fhir/updateFhirResource.js b/healthcare/fhir/updateFhirResource.js index ce0b51e7a9..4f9ab674d9 100644 --- a/healthcare/fhir/updateFhirResource.js +++ b/healthcare/fhir/updateFhirResource.js @@ -30,6 +30,7 @@ const main = ( scopes: ['https://www.googleapis.com/auth/cloud-platform'], }), headers: {'Content-Type': 'application/fhir+json'}, + responseType: 'json', }); const updateFhirResource = async () => {