Skip to content

Commit 5975086

Browse files
committed
test-commit
1 parent 829a22c commit 5975086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/templates/core/fetch/getResponseBody.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ async function getResponseBody(response: Response): Promise<any> {
33
const contentType = response.headers.get('Content-Type');
44
const contentDisposition = response.headers.get('Content-Disposition');
55

6+
7+
68
if (contentType) {
79

810
const jsonTypes = ['application/json', 'application/problem+json']

0 commit comments

Comments
 (0)