Skip to content

Commit 6d6f0df

Browse files
committed
💄 Prettify
1 parent 4d5f8e4 commit 6d6f0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/client/Gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export abstract class Gateway {
2828
*/
2929
constructor (options?: { url?: string, token?: string, version?: string }) {
3030
if (options && options.url) {
31-
this.url = options.url;
31+
this.url = options.url;
3232
}
3333

3434
if (options && options.version) {

0 commit comments

Comments
 (0)