Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Sep 16, 2024
1 parent 49bed6a commit 3b929c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/src/connection-cache-relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3b929c3

Please sign in to comment.