Skip to content

Commit ae749ad

Browse files
committed
fix(healthcare): Fix response type
1 parent aedc47e commit ae749ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

healthcare/fhir/deleteFhirResourcePurge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const main = (
2929
auth: new google.auth.GoogleAuth({
3030
scopes: ['https://www.googleapis.com/auth/cloud-platform'],
3131
}),
32-
responseType: 'blob',
32+
responseType: 'json',
3333
});
3434

3535
const deleteFhirResourcePurge = async () => {

0 commit comments

Comments
 (0)