Commit a6c80684 by heheer Committed by GitHub

fix version match (#4814)

parent a4db03a3
...@@ -27,7 +27,7 @@ async function handler( ...@@ -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([
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment