Skip to content

Commit 1f12fc9

Browse files
committed
Resolving last comment
1 parent c2faf99 commit 1f12fc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/default/src/screens/apm/HttpScreen.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ export const HttpScreen: React.FC = () => {
139139
try {
140140
const response = await fetch(url, {
141141
method: 'GET',
142-
headers: {
143-
'Content-Type': 'image/jpeg',
144-
},
145142
});
146143

147144
const responseBody = await response.blob();

0 commit comments

Comments
 (0)