Skip to content

Commit

Permalink
readd filter of nostr tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jul 31, 2024
1 parent 1af06e9 commit 0ebc478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions askeladd-dvm-marketplace/src/hooks/useFetchEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export const useFetchEvents = () => {
const kind_search = kind ? [kind] : kinds ?? [KIND_JOB_REQUEST, KIND_JOB_RESULT];
const events = await pool.querySync(relays, {
kinds: kind_search,
// until,
// since,
// limit: limit ?? DEFAULT_LIMIT,
// search
until,
since,
limit: limit ?? DEFAULT_LIMIT,
search
})
return {
result: undefined,
Expand Down

0 comments on commit 0ebc478

Please sign in to comment.