mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-02 13:53:13 +00:00
fix type
This commit is contained in:
parent
d13c4ec382
commit
1000d45736
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user