Skip to content

Commit 409e75a

Browse files
committed
test-commit333
1 parent 4b8628c commit 409e75a

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
console.log('dummy changes');
6+
console.log('dummy changes22');
7+
68

79

810
if (contentType) {

0 commit comments

Comments
 (0)