mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-07 16:23:09 +00:00
fix type
This commit is contained in:
parent
d13c4ec382
commit
1000d45736
@ -83,7 +83,7 @@ class Relay {
|
|||||||
this.contentTopicListeners.delete(contentTopic);
|
this.contentTopicListeners.delete(contentTopic);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async fetchMessages(): Promise<any> {
|
private async fetchMessages(): Promise<void> {
|
||||||
const contentTopic = Array.from(this.contentTopicListeners.keys())[0];
|
const contentTopic = Array.from(this.contentTopicListeners.keys())[0];
|
||||||
|
|
||||||
if (!contentTopic) {
|
if (!contentTopic) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user