Skip to content

Commit

Permalink
Merge pull request #399 from lewisl9029/bugfix-message-ack-invalid-re…
Browse files Browse the repository at this point in the history
…sponse

Fixed typo in message ack response
  • Loading branch information
lewisl9029 committed Oct 1, 2015
2 parents c3dfede + b4b2780 commit d057e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toc/app/services/network/network-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default /*@ngInject*/ function network(
s: sentTime,
r: receivedTime
};
sendAck(sendAck);
sendAck(ackPayload);

let messageMetadata = {
senderId,
Expand Down

0 comments on commit d057e3c

Please sign in to comment.