mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Fix a bunch of strict issues (#11857)
* fix a bunch of strict issues * fix tests * fix tests
This commit is contained in:
@@ -260,7 +260,7 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
}
|
||||
|
||||
getConnectionCredentials(profileId: string): Promise<{ [name: string]: string }> {
|
||||
return Promise.resolve(undefined);
|
||||
return Promise.resolve(undefined!);
|
||||
}
|
||||
|
||||
getServerInfo(profileId: string): azdata.ServerInfo {
|
||||
|
||||
Reference in New Issue
Block a user