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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ConversationController.findOrCreatePrivateById(id).then(function(conversation) {
|
return ConversationController.findOrCreatePrivateById(id).then(function(conversation) {
|
||||||
return new Promise(function(resolve, reject) {
|
return new Promise(function(resolve, reject) {
|
||||||
conversation.save({
|
conversation.save({
|
||||||
name: details.name,
|
name: details.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue