We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac9bb2 commit 9746e94Copy full SHA for 9746e94
arduino-ide-extension/src/node/auth/authentication-service-impl.ts
@@ -20,8 +20,6 @@ export class AuthenticationServiceImpl
20
protected readonly clients: AuthenticationServiceClient[] = [];
21
protected readonly toDispose = new DisposableCollection();
22
23
- private initialized = false;
24
-
25
private initialized = false;
26
27
async onStart(): Promise<void> {
0 commit comments