We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db54aea commit 47467eeCopy full SHA for 47467ee
scripts/test/checkApiAvailable.ts
@@ -14,6 +14,7 @@ console.error = (...args: unknown[]) => {
14
function main() {
15
Object.entries(data).forEach(([id, diffLangApi]) => {
16
Object.entries(diffLangApi).forEach(async ([lang, api]) => {
17
+ if (!api) return;
18
const docsName = DocID[parseInt(id)];
19
let res = false;
20
0 commit comments