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