This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
commit e0506404f82455292694f218954d2f8acd175b7d Author: WofWca wofwca@protonmail.com AuthorDate: Wed Nov 9 12:35:23 2022 +0400
refactor: add some JSDocs --- proxypair.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxypair.js b/proxypair.js index 7658168..db37045 100644 --- a/proxypair.js +++ b/proxypair.js @@ -12,7 +12,7 @@ Broker with an WebRTC answer. class ProxyPair {
/** - * @param {*} rateLimit specifies a rate limit on traffic + * @param {DummyRateLimit | BucketRateLimit} rateLimit specifies a rate limit on traffic * @param {Config} config */ constructor(rateLimit, config) {