Fix team invitation link #774

pull/1/head
yflory 3 years ago
parent d530a51f99
commit 0a5614b79f

@ -195,7 +195,7 @@ define([
Pinpad.create(ctx.store.network, data, function (e, call) { Pinpad.create(ctx.store.network, data, function (e, call) {
if (e) { return void cb(e); } if (e) { return void cb(e); }
team.rpc = call; team.rpc = call;
team.onRpcReadyEvt.fire(); if (team && team.onRpcReadyEvt) { team.onRpcReadyEvt.fire(); }
cb(); cb();
}, Cache); }, Cache);
}); });

Loading…
Cancel
Save