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