mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix offset
This commit is contained in:
parent
74c95626c8
commit
9eaf58ef86
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ export default function App() {
|
|||
params: {
|
||||
query: {
|
||||
order: "DESC",
|
||||
offset: 1,
|
||||
offset: 0,
|
||||
limit: 1000,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue