Fighting with load. Not what I expected to be doing.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4046 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-11-17 00:30:58 +00:00
parent dae66424dc
commit 6b267e472e
9 changed files with 42 additions and 32 deletions

View File

@@ -34,7 +34,6 @@ tfrpc.register(async function connectionSendJson(id, message) {
return ssb.connectionSendJson(id, message);
});
tfrpc.register(async function createTunnel(portal, request_number, target) {
print('createTunnel', portal, request_number, target);
let t = ssb.createTunnel(portal, request_number, target);
return t;
});