chore: fix build

This commit is contained in:
Kieran 2024-09-16 17:24:45 +01:00
parent 49bed6a198
commit 3b929c31ac
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -23,7 +23,7 @@ export class ConnectionCacheRelay implements CacheRelay {
return await this.connection.publish(ev);
}
query(req: ReqCommand): Promise<NostrEvent[]> {
query(req: ReqCommand): Promise<Array<TaggedNostrEvent>> {
const id = uuid();
return new Promise((resolve, reject) => {
const results = new NoteCollection();