Skip to content

Commit

Permalink
fix typo for setPriority
Browse files Browse the repository at this point in the history
  • Loading branch information
NaySoftware committed Oct 31, 2016
1 parent a9d5cd4 commit da97f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcm.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ func (this *FcmResponseStatus) parseStatusBody(body []byte) error {

}

// SetPriorety Sets the priority of the message.
// SetPriority Sets the priority of the message.
// Priority_HIGH or Priority_NORMAL
func (this *FcmClient) SetPriorety(p string) {
func (this *FcmClient) SetPriority(p string) {

if p == Priority_HIGH {
this.Message.Priority = Priority_HIGH
Expand Down

0 comments on commit da97f9a

Please sign in to comment.