Update +page.svelte
This commit is contained in:
parent
26784b4aba
commit
4dca653c47
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
startOfWeek.getDate() + 7
|
||||
);
|
||||
|
||||
const result = await pb.collection('actions').getList(1, 1000, {
|
||||
const result = await pb.collection('actions').getList(1, 2000, {
|
||||
sort: 'timestamp'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue