Commit 142890d
authored
Don't stringify JSON again in fetchUrlResponse (#5570)
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 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