Skip to content

Commit

Permalink
refactor for f0958f2
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Aug 11, 2023
1 parent f0958f2 commit ec58cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Packet from "./Packet.js";
import Config from "./Config.js";
import Logger from "./Logger.js";
import {TypedClientPacket} from "./types/TypedPacket";
import TypedEventEmitter from "./TypedEventEmitter";
import TypedEventEmitter from "./types/TypedEventEmitter";
import ConnectionPool from "./ConnectionPool.js";
import Connection from "./Connection.js";
import HandshakePacket from "./packet/client/HandshakePacket";
Expand Down

0 comments on commit ec58cf4

Please sign in to comment.