We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8628c commit 409e75aCopy full SHA for 409e75a
src/templates/core/fetch/getResponseBody.hbs
@@ -3,6 +3,8 @@ async function getResponseBody(response: Response): Promise<any> {
3
const contentType = response.headers.get('Content-Type');
4
const contentDisposition = response.headers.get('Content-Disposition');
5
console.log('dummy changes');
6
+ console.log('dummy changes22');
7
+
8
9
10
if (contentType) {
0 commit comments