diff options
Diffstat (limited to 'op_crates/fetch/22_http_client.js')
-rw-r--r-- | op_crates/fetch/22_http_client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/fetch/22_http_client.js b/op_crates/fetch/22_http_client.js index 0a4be9e9f..770080cc9 100644 --- a/op_crates/fetch/22_http_client.js +++ b/op_crates/fetch/22_http_client.js @@ -25,7 +25,7 @@ class HttpClient { /** - * @param {number} rid + * @param {number} rid */ constructor(rid) { this.rid = rid; |