git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit eeafed5ddfd0f8034e4ba37b0227fb7a2a470c3c

cleanup

Signed-off-by: wanderer <mjbecze@gmail.com>
wanderer committed on 8/22/2017, 8:01:33 PM
Parent: d3536785221ae80c8fa989fe366b449986ee1169

Files changed

index.jschanged
index.jsView
@@ -50,10 +50,10 @@
5050 }
5151 }
5252
5353 async send (port, message) {
54- if (port.destId) {
55- const id = port.destId
54+ const id = port.destId
55+ if (id) {
5656 const instance = await this.getInstance(id)
5757 instance.queue(port.destName, message)
5858 } else {
5959 // port is unbound

Built with git-ssb-web