fix: version schema ref error (#5518)

This commit is contained in:
Archer
2025-08-22 11:34:46 +08:00
committed by GitHub
parent 95325346ff
commit b6318aa35a
4 changed files with 8 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ async function handler(
(async () => {
const versions = await MongoAppVersion.find(match)
.sort({
time: -1
_id: -1
})
.skip(offset)
.limit(pageSize)