mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -24,7 +24,7 @@ type Credentials = {
|
||||
|
||||
export class ProxyAuthHandler {
|
||||
|
||||
_serviceBrand: any;
|
||||
_serviceBrand: undefined;
|
||||
|
||||
private retryCount = 0;
|
||||
private disposables: IDisposable[] = [];
|
||||
|
||||
Reference in New Issue
Block a user