Skip to content

Commit c84331e

Browse files
committed
fix: revert extra return type
1 parent 955f8c8 commit c84331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases/local-databases-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ export class DatabaseUI extends DisposableObject {
978978
private async chooseAndSetDatabase(
979979
byFolder: boolean,
980980
progress: ProgressCallback,
981-
): Promise<DatabaseItem[] | DatabaseItem | undefined> {
981+
): Promise<DatabaseItem | undefined> {
982982
const uri = await chooseDatabaseDir(byFolder);
983983
if (!uri) {
984984
return undefined;

0 commit comments

Comments
 (0)