Compare commits
No commits in common. "ab78add294f850b70b66fa40bab8987573d76e41" and "30c08327b42035e69711030217b52f08e520da6e" have entirely different histories.
ab78add294
...
30c08327b4
|
@ -148,7 +148,7 @@ export class Socket extends Client {
|
|||
this.eventUpdates[event].push(update);
|
||||
}
|
||||
}
|
||||
const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ";
|
||||
const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA";
|
||||
export const createClient = factory(SwarmClient, MODULE);
|
||||
const socketFactory = factory(Socket, MODULE);
|
||||
const createSocket = async (...args) => {
|
||||
|
|
|
@ -218,7 +218,7 @@ export class Socket extends Client {
|
|||
}
|
||||
}
|
||||
|
||||
const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ";
|
||||
const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA";
|
||||
|
||||
export const createClient = factory<SwarmClient>(SwarmClient, MODULE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue