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 6f60fd6 commit 9a34dd5Copy full SHA for 9a34dd5
index.js
@@ -20,7 +20,7 @@ async function start() {
20
logger.debug(`Repository language: ${languageKey}`);
21
}
22
23
- run(inFile, outFile, githubToken, languageKey, onFailure);
+ run(inFile, outFile, languageKey, onFailure);
24
25
26
start();
0 commit comments