This commit is contained in:
Sasha 2023-11-29 12:00:23 +01:00
parent d13c4ec382
commit 1000d45736
No known key found for this signature in database

View File

@ -83,7 +83,7 @@ class Relay {
this.contentTopicListeners.delete(contentTopic);
}
private async fetchMessages(): Promise<any> {
private async fetchMessages(): Promise<void> {
const contentTopic = Array.from(this.contentTopicListeners.keys())[0];
if (!contentTopic) {