Skip to content

Commit 8e5761d

Browse files
committed
fix: types
1 parent 07314da commit 8e5761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const ROOT_DIR = path.resolve(process.cwd(), '..');
3131
// Build `GENERATORS` from the `clients.config.json` file
3232
export const GENERATORS = Object.entries(clientsConfig).reduce(
3333
(current, [language, opts]) => {
34-
if (typeof opts === 'string'){
34+
if (typeof opts === 'string') {
3535
return current;
3636
}
3737

0 commit comments

Comments
 (0)