missing comma

This commit is contained in:
decanus 2019-07-23 13:47:15 -05:00
parent c4bed992e3
commit 7cd1749cdd
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func (c *Client) onReceive(message mvdsproto.Message) {
c.handlePreviousMessage(
bytesToGroupID(message.GroupId),
bytesToMessageID(msg.PreviousMessage)
bytesToMessageID(msg.PreviousMessage),
)
}