chore: 有笨蛋

This commit is contained in:
pk5ls20
2024-10-23 16:33:05 +08:00
parent e18653344d
commit 2f1a2bdeaf
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;
}