We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5f8e4 commit 6d6f0dfCopy full SHA for 6d6f0df
‎src/client/Gateway.ts‎
@@ -28,7 +28,7 @@ export abstract class Gateway {
28
*/
29
constructor (options?: { url?: string, token?: string, version?: string }) {
30
if (options && options.url) {
31
- this.url = options.url;
+ this.url = options.url;
32
}
33
34
if (options && options.version) {
0 commit comments