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