Skip to content

Commit

Permalink
fix Acknowledge message string
Browse files Browse the repository at this point in the history
  • Loading branch information
barrowkwan committed Jun 1, 2017
1 parent af6001f commit f61a900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/message.go
Expand Up @@ -38,7 +38,7 @@ const (
type Message struct {
Action string `json:"action"`
Data string `json:"data"`
AcknowledgeId string `json:"ackId"`
AcknowledgeId string `json:"acknowledgementId"`
}

func (m *Message) DataBuild() *Build {
Expand Down

0 comments on commit f61a900

Please sign in to comment.