This commit is contained in:
Sasha 2024-09-17 01:49:15 +02:00
parent 0a80bcc463
commit 6e5953aab2
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -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"
},

View File

@ -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(),