mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
delete 10 posts at once on account deletion, resolves #101
This commit is contained in:
parent
9948df5670
commit
40a0f31089
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export async function deleteAccount(
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
...(cursor ? { id: MoreThan(cursor) } : {}),
|
...(cursor ? { id: MoreThan(cursor) } : {}),
|
||||||
},
|
},
|
||||||
take: 100,
|
take: 10,
|
||||||
order: {
|
order: {
|
||||||
id: 1,
|
id: 1,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue