chore: 有笨蛋

This commit is contained in:
pk5ls20
2024-10-23 16:33:05 +08:00
parent e9332e7646
commit 5cca8457e7
3 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ export class PacketPacker {
this.packetConverter = new PacketMsgConverter(logger);
}
// TODO: 一步到位多好ww
private toHexStr(byteArray: Uint8Array): PacketHexStr {
return Buffer.from(byteArray).toString('hex') as PacketHexStr;
}