Skip to content

Commit

Permalink
Update MessageAck constant for consistancy
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Feb 27, 2020
1 parent e6ef592 commit ad3834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ exports.WAState = {
* @readonly
* @enum {number}
*/
exports.MESSAGE_ACK = {
exports.MessageAck = {
ACK_ERROR: -1,
ACK_PENDING: 0,
ACK_SERVER: 1,
Expand Down

0 comments on commit ad3834e

Please sign in to comment.