dep: update module hash

This commit is contained in:
Derrick Hammer 2023-07-04 11:20:31 -04:00
parent 47ad52a358
commit e47fe353aa
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ export class Socket extends Client {
}
export const MODULE =
"zduSTF2EV4ShHf1YC5HmZ89XJiemiM2zz9E1G33ygN7A4kZgQT1GnzELDd";
"zduLAqosCTe9mDMhw7HH8uWEefxeo2Lz5Y22W25YzCxEcpLf7kkC3PFfMH";
export const createClient = factory<SwarmClient>(SwarmClient, MODULE);