cleanup comment

This commit is contained in:
2024-12-05 23:08:00 -06:00
parent 1fe051c1b4
commit fbb1f2e52e
+1 -1
View File
@@ -16,7 +16,7 @@ export function decode(bytes: Uint8Array): SessionDataTransportPDU {
const dataFlag = (flags & 0x1) === 1;
if (!dataFlag) {
// TODO(jwetzell): idk know if this is true
// TODO(jwetzell): idk if this is true
throw new Error('SDT PDU must have data');
}