Compare commits
No commits in common. "f66350b27aad173c2d73a67163d159dfaea0f34c" and "6db2285a152eefdcf1c75448cba98d1c7023f59e" have entirely different histories.
f66350b27a
...
6db2285a15
|
@ -1,5 +1,5 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
const MODULE = "AAAArUFfECicfHF6nB8bTOVPlIH5zLOrT0nviQocrWmohg";
|
||||
const MODULE = "AAAz2qQHwKQ7YurprbLmzpHc66BY0pljDZsa_a6QmeBe_g";
|
||||
export class HandshakeClient extends Client {
|
||||
async ready() {
|
||||
return this.callModuleReturn("ready");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
|
||||
const MODULE = "AAAArUFfECicfHF6nB8bTOVPlIH5zLOrT0nviQocrWmohg";
|
||||
const MODULE = "AAAz2qQHwKQ7YurprbLmzpHc66BY0pljDZsa_a6QmeBe_g";
|
||||
|
||||
export interface Response {
|
||||
id?: number;
|
||||
|
|
Loading…
Reference in New Issue