Skip to content

Commit 4fde3f8

Browse files
committed
fix: rename serverClient.d.ts
to solve an issue with type imports
1 parent 29e9d41 commit 4fde3f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

lib/server.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { IncomingMessage, Server } from "http";
77
import { ServerOptions } from "ws";
88
import { EventEmitter } from "stream";
99
import { Validator } from "./validator";
10-
import { IHandshakeInterface } from "./serverClient";
10+
import { IHandshakeInterface } from "./server-client";
1111
import { Socket } from "net";
1212
interface IOccpServiceOptions {
1313
wssOptions?: ServerOptions;

0 commit comments

Comments
 (0)