Get history fix

This commit is contained in:
Jack Hadrill 2024-11-20 00:25:21 +00:00
parent 26af3b8b69
commit 8a6a73206e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { MessageTypes } from "../common";
import { numberToUint16BE } from "../utilities/number"; import { numberToUint16BE } from "../utilities/number";
import { packOutgoingPacket } from "./packet"; import { packOutgoingPacket } from "./packet";
const MESSAGE_TYPE = numberToUint16BE(MessageTypes.Keepalive); const MESSAGE_TYPE = numberToUint16BE(MessageTypes.GetHistory);
/** /**
* Create an outgoing keepalive (0x0005) packet. * Create an outgoing keepalive (0x0005) packet.