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 1887189 commit 157bba3Copy full SHA for 157bba3
libs/remix-url-resolver/src/resolve.ts
@@ -128,7 +128,7 @@ export class RemixURLResolver {
128
// const req = 'http://localhost:8080/' + url
129
const response: any = await fetch(req)
130
const data = await response.text()
131
- return { content: response.data, cleanUrl: url.replace('ipfs/', '') }
+ return { content: data, cleanUrl: url.replace('ipfs/', '') }
132
} catch (e) {
133
throw e
134
}
0 commit comments