Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jun 25, 2023
1 parent 9996d8c commit c46b517
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/structures/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Client extends EventEmitter {
ip: "127.0.0.1",
port: 17091,
enable: true,
url: "127.0.0.1",
type2: false
},
enet: {
Expand Down
1 change: 0 additions & 1 deletion types/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export interface ClientOptions {
ip?: string;
port?: number;
enable?: boolean;
url?: string;
type2?: boolean;
};
enet?: {
Expand Down

0 comments on commit c46b517

Please sign in to comment.