From 6e5953aab2191469eefcf640965945b029bf2be9 Mon Sep 17 00:00:00 2001 From: Sasha Date: Tue, 17 Sep 2024 01:49:15 +0200 Subject: [PATCH] up --- examples/dogfooding/package-lock.json | 1 - examples/dogfooding/src/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/dogfooding/package-lock.json b/examples/dogfooding/package-lock.json index 9767677..4636503 100644 --- a/examples/dogfooding/package-lock.json +++ b/examples/dogfooding/package-lock.json @@ -9,7 +9,6 @@ "version": "0.0.1", "dependencies": { "@libp2p/peer-id": "^4.1.2", - "@waku/message-hash": "^0.1.16", "@waku/sdk": "0.0.28", "protobufjs": "^7.3.0" }, diff --git a/examples/dogfooding/src/index.ts b/examples/dogfooding/src/index.ts index 2750a8c..b2b0a57 100644 --- a/examples/dogfooding/src/index.ts +++ b/examples/dogfooding/src/index.ts @@ -127,7 +127,7 @@ export async function app(telemetryClient: TelemetryClient) { seenTimestamp: timestamp, peerId, contentTopic: DEFAULT_CONTENT_TOPIC, - pubsubTopic: utils.contentTopicToPubsubTopic(DEFAULT_CONTENT_TOPIC),, + pubsubTopic: utils.contentTopicToPubsubTopic(DEFAULT_CONTENT_TOPIC), ephemeral: false, messageHash: reportingHash, errorMessage: failure.error.toString(),