diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/main.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/main.ts b/js/main.ts index d652b18bc..667e115f5 100644 --- a/js/main.ts +++ b/js/main.ts @@ -56,7 +56,6 @@ export default function denoMain() { // Deserialize res into startResMsg. const bb = new flatbuffers.ByteBuffer(res); const base = fbs.Base.getRootAsBase(bb); - assert(base.cmdId() === cmdId); assert(fbs.Any.StartRes === base.msgType()); const startResMsg = new fbs.StartRes(); assert(base.msg(startResMsg) != null); |