mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-08-21 14:18:59 +00:00
cleanup comment
This commit is contained in:
@@ -16,7 +16,7 @@ export function decode(bytes: Uint8Array): SessionDataTransportPDU {
|
|||||||
const dataFlag = (flags & 0x1) === 1;
|
const dataFlag = (flags & 0x1) === 1;
|
||||||
|
|
||||||
if (!dataFlag) {
|
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');
|
throw new Error('SDT PDU must have data');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user