mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-17 02:06:41 +08:00
fix version match (#4814)
This commit is contained in:
@@ -27,7 +27,7 @@ async function handler(
|
|||||||
|
|
||||||
const match = {
|
const match = {
|
||||||
appId,
|
appId,
|
||||||
isPublish
|
...(isPublish !== undefined && { isPublish })
|
||||||
};
|
};
|
||||||
|
|
||||||
const [result, total] = await Promise.all([
|
const [result, total] = await Promise.all([
|
||||||
|
|||||||
Reference in New Issue
Block a user