mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +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: {
|
params: {
|
||||||
query: {
|
query: {
|
||||||
order: "DESC",
|
order: "DESC",
|
||||||
offset: 1,
|
offset: 0,
|
||||||
limit: 1000,
|
limit: 1000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue