new lines, renames, comments

This commit is contained in:
DieMyst
2021-04-15 12:45:18 +03:00
parent f14506a7a0
commit b234f4e689
10 changed files with 18 additions and 14 deletions

View File

@ -3,4 +3,4 @@ import {doStuff} from "./compiled/complex";
export async function complexCall(client: FluenceClient) {
await doStuff(client, client.relayPeerId!)
}
}