[tor-commits] [pluggable-transports/snowflake-webext] branch main updated: fix for #45: stats repaired

gitolite role git at cupani.torproject.org
Fri Jul 22 11:57:06 UTC 2022


This is an automated email from the git hooks/post-receive script.

shelikhoo pushed a commit to branch main
in repository pluggable-transports/snowflake-webext.

The following commit(s) were added to refs/heads/main by this push:
     new 45af793  fix for #45: stats repaired
45af793 is described below

commit 45af79314be5b83c02818946431754e583894c19
Author: 5eba <5eba at untiy-mail.de>
AuthorDate: Wed Jul 20 17:10:54 2022 +0200

    fix for #45: stats repaired
---
 ui.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui.js b/ui.js
index 6358758..1af9b38 100644
--- a/ui.js
+++ b/ui.js
@@ -27,6 +27,7 @@ class UI {
 
   increaseClients() {
     this.clients += 1;
+    this.stats[0] += 1;
     this.postActive();
     return this.clients;
   }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list