Skip to content

Commit 1eaeeec

Browse files
refactor: remove unused option
This option was added by error during the TypeScript migration. Related: 587ccf3
1 parent ec5a596 commit 1eaeeec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/socket.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ export interface SocketOptions {
8282
*/
8383
transports: string[];
8484

85-
/**
86-
* The port the policy server listens on
87-
* @default 843
88-
*/
89-
policyPost: number;
90-
9185
/**
9286
* If true and if the previous websocket connection to the server succeeded,
9387
* the connection attempt will bypass the normal upgrade process and will

0 commit comments

Comments
 (0)