diff options
Diffstat (limited to 'op_crates/fetch')
-rw-r--r-- | op_crates/fetch/23_response.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/fetch/23_response.js b/op_crates/fetch/23_response.js index 44b74f789..42d16d44e 100644 --- a/op_crates/fetch/23_response.js +++ b/op_crates/fetch/23_response.js @@ -357,7 +357,7 @@ redirected: this.redirected, status: this.status, statusText: this.statusText, - url: this.url(), + url: this.url, }; return `Response ${inspect(inner)}`; } |