chore: fix build
This commit is contained in:
@ -23,7 +23,7 @@ export class ConnectionCacheRelay implements CacheRelay {
|
|||||||
return await this.connection.publish(ev);
|
return await this.connection.publish(ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
query(req: ReqCommand): Promise<NostrEvent[]> {
|
query(req: ReqCommand): Promise<Array<TaggedNostrEvent>> {
|
||||||
const id = uuid();
|
const id = uuid();
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const results = new NoteCollection();
|
const results = new NoteCollection();
|
||||||
|
Reference in New Issue
Block a user