Skip to content

Commit b9da8a1

Browse files
committed
Add comment about the undefined deployment arg
1 parent b481f48 commit b9da8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export async function updateApis(
2828
try {
2929
const apis = await download.search(
3030
`"${apiFamily}" category:Visibility = "External" category:"SDK Type" = "Commerce"`,
31-
undefined,
31+
undefined, // passing undefined here is intentional. this argument corresponds to the deployment parameter, which has been deprecated
3232
true
3333
);
3434
await download.downloadRestApis(

0 commit comments

Comments
 (0)