Add return to onContractReceived for consistency

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 9dc406dc8d
commit 82c0b4aaa6

@ -158,7 +158,7 @@
return;
}
ConversationController.findOrCreatePrivateById(id).then(function(conversation) {
return ConversationController.findOrCreatePrivateById(id).then(function(conversation) {
return new Promise(function(resolve, reject) {
conversation.save({
name: details.name,

Loading…
Cancel
Save