style: 标准化

This commit is contained in:
手瓜一十雪
2024-10-15 09:20:54 +08:00
parent 169ae6a4d0
commit f9e44820c1
8 changed files with 12 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import { LogWrapper } from "@/common/log";
export class PacketSession {
readonly logger: LogWrapper;
readonly client: PacketClient;
private highwayClient: PacketHighwayClient;
private readonly highwayClient: PacketHighwayClient;
constructor(logger: LogWrapper, client: PacketClient) {
this.logger = logger;