Commit 8c2572f
committed
Don't stringify JSON again in fetchUrlResponse
fetchUrlResponse is called from queryApiWithFallback and is given stringified
JSON data, but then stringifies the string again. This leads to errors when
trying to view source files with a local samply server.1 parent 6444d1f commit 8c2572f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments