Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
troken11 committed Apr 2, 2019
1 parent 18c5efc commit 85c96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commprivate.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class PrivateCommunication {
var that = this;
setTimeout(function(){
that.orderAndShow(messages, me);
}, 2000);
}, 1000);
}else {
this.orderAndShow(messages, me);
}
Expand Down

0 comments on commit 85c96be

Please sign in to comment.