Forgot a ;

pull/43/head
Mikunj 7 years ago
parent a9e3a64888
commit c77f996709

@ -203,7 +203,7 @@
// Go through our messages and find the one that we need to update
const messages = this.messageCollection.models.filter(m => m.get('sent_at') === timestamp);
await Promise.all(messages.map(m => m.setCalculatingPoW()))
await Promise.all(messages.map(m => m.setCalculatingPoW()));
},
addSingleMessage(message, setToExpire = true) {

Loading…
Cancel
Save