mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 23:22:22 +00:00
fix: version schema ref error (#5518)
This commit is contained in:
@@ -34,7 +34,7 @@ async function handler(
|
||||
(async () => {
|
||||
const versions = await MongoAppVersion.find(match)
|
||||
.sort({
|
||||
time: -1
|
||||
_id: -1
|
||||
})
|
||||
.skip(offset)
|
||||
.limit(pageSize)
|
||||
|
Reference in New Issue
Block a user