mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00: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