fix version match (#4814)
This commit is contained in:
parent
a4db03a3b7
commit
a6c80684d1
@ -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([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user