mirror of
https://github.com/layer-systems/website.git
synced 2026-06-17 01:58:30 +02:00
fix: remove limit on user events query for comprehensive data retrieval
This commit is contained in:
@@ -25,7 +25,7 @@ export function useUserStats(pubkey: string | undefined) {
|
||||
[
|
||||
{
|
||||
authors: [pubkey],
|
||||
limit: 500,
|
||||
// limit: 500,
|
||||
},
|
||||
],
|
||||
{ signal }
|
||||
|
||||
Reference in New Issue
Block a user