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 07314da commit 8e5761dCopy full SHA for 8e5761d
scripts/common.ts
@@ -31,7 +31,7 @@ export const ROOT_DIR = path.resolve(process.cwd(), '..');
31
// Build `GENERATORS` from the `clients.config.json` file
32
export const GENERATORS = Object.entries(clientsConfig).reduce(
33
(current, [language, opts]) => {
34
- if (typeof opts === 'string'){
+ if (typeof opts === 'string') {
35
return current;
36
}
37
0 commit comments