Commit f6ffab46 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6282 from pengin7384/fix_frame_struct_tag

fix: Frame struct tag
parents d29775ec faa42893
......@@ -27,7 +27,7 @@ type Frame struct {
ID ChannelID `json:"id"`
FrameNumber uint16 `json:"frame_number"`
Data []byte `json:"data"`
IsLast bool `'json:"is_last"`
IsLast bool `json:"is_last"`
}
// MarshalBinary writes the frame to `w`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment