Revert "potential fix"

This reverts commit d12ebc3422.
This commit is contained in:
ThatOneCalculator 2023-01-19 16:30:38 -08:00
parent c821f03b62
commit 5ed747fa88
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 2 deletions

View File

@ -89,14 +89,14 @@ definePageMetadata({
const dmsPagination = {
endpoint: 'messaging/history' as const,
limit: 100,
limit: 15,
params: {
group: false,
},
};
const groupsPagination = {
endpoint: 'messaging/history' as const,
limit: 30,
limit: 5,
params: {
group: true,
},