mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 13:50:29 -04:00
fix strict null issues (#22430)
This commit is contained in:
@@ -236,7 +236,8 @@ export class TestObjectManagementService implements IObjectManagementService {
|
||||
authenticationType: AuthenticationType.Sql,
|
||||
loginName: 'sa',
|
||||
ownedSchemas: [],
|
||||
databaseRoles: []
|
||||
databaseRoles: [],
|
||||
password: ''
|
||||
},
|
||||
languages: languages,
|
||||
schemas: schemas,
|
||||
|
||||
Reference in New Issue
Block a user