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 955f8c8 commit c84331eCopy full SHA for c84331e
extensions/ql-vscode/src/databases/local-databases-ui.ts
@@ -978,7 +978,7 @@ export class DatabaseUI extends DisposableObject {
978
private async chooseAndSetDatabase(
979
byFolder: boolean,
980
progress: ProgressCallback,
981
- ): Promise<DatabaseItem[] | DatabaseItem | undefined> {
+ ): Promise<DatabaseItem | undefined> {
982
const uri = await chooseDatabaseDir(byFolder);
983
if (!uri) {
984
return undefined;
0 commit comments