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