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 25ead0a commit b4e4e5dCopy full SHA for b4e4e5d
bin/sql-formatter-cli.cjs
@@ -91,7 +91,7 @@ class SqlFormatterCli {
91
}
92
93
// Otherwise find a local config file
94
- const localConfig = await this.findConfig();
+ const localConfig = this.findConfig();
95
if (!localConfig) {
96
return null;
97
0 commit comments