mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Even more strictness (#11879)
* add more to strict nulls * maintain error handling properly * fix lint * the rest of workbench/services * fix compile
This commit is contained in:
@@ -18,7 +18,7 @@ export class ResourceProviderService implements IResourceProviderService {
|
||||
|
||||
public _serviceBrand: undefined;
|
||||
private _providers: { [handle: string]: azdata.ResourceProvider; } = Object.create(null);
|
||||
private _firewallRuleDialogController: FirewallRuleDialogController;
|
||||
private _firewallRuleDialogController?: FirewallRuleDialogController;
|
||||
|
||||
constructor(
|
||||
@IAdsTelemetryService private _telemetryService: IAdsTelemetryService,
|
||||
|
||||
Reference in New Issue
Block a user