Add return to onContractReceived for consistency
FREEBIE
This commit is contained in:
parent
9dc406dc8d
commit
82c0b4aaa6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue