This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
gramjs
mirror of
https://github.com/gram-js/gramjs.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Rename tcpClient.js to TcpClient.js
painor
5 years ago
parent
98a984b139
commit
8d3eb1eab4
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
network/TcpClient.js
+ 1
- 1
network/tcpClient.js → network/TcpClient.js
View File
@@ -70,4 +70,4 @@ class TcpClient {
}
}
-module.exports = TcpClient;
+module.exports = TcpClient;