mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix
This commit is contained in:
parent
a5d958d6a0
commit
848262aeaf
1 changed files with 3 additions and 1 deletions
|
@ -24,8 +24,10 @@ const paginationForLocal = {
|
|||
const paginationForRemote = {
|
||||
endpoint: 'notes/featured' as const,
|
||||
limit: 10,
|
||||
origin: 'remote',
|
||||
offsetMode: true,
|
||||
params: {
|
||||
origin: 'remote',
|
||||
}
|
||||
}
|
||||
|
||||
// const paginationForRemote = {
|
||||
|
|
Loading…
Add table
Reference in a new issue