Skip to content

Commit 50651a8

Browse files
committed
fix: change limit 1 to 0 to get memories amount in Settings
1 parent 84a8f6c commit 50651a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/xen-tg-app/src/components/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Settings = () => {
3737
queryKey: ['memories'],
3838
queryFn: queryFn('getMemories', {
3939
offset: 0,
40-
limit: 1,
40+
limit: 0,
4141
}),
4242
})
4343

0 commit comments

Comments
 (0)