Revert "dep: update module hash"

This reverts commit 5833004607.
This commit is contained in:
Derrick Hammer 2023-07-03 05:09:08 -04:00
parent 5e6a985105
commit 59fe4cfc9f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Client, factory } from "@lumeweb/libkernel/module";
import type { Peer } from "@lumeweb/libpeerdiscovery";
import { hexToBuf } from "@lumeweb/libweb";
const MODULE = "zduKMDrpMCKsrYv6DE8oDnUXMmZCH5jfHMnGiXKfrJqvyQzF8BnjC1AVbM";
const MODULE = "zduHR9bx43UsjTQomS9K2AzvjRVuh3YjqaMvS32FUKVYx3sCoBsibakc8w";
export class PeerDiscoveryClient extends Client {
public async register(source: string): Promise<void> {