#985: Restored the missing inject decorator.

Closes #985.

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2022-05-11 15:56:29 +02:00 committed by Akos Kitta
parent 289f9d7946
commit b407d0aee0

View File

@ -157,6 +157,7 @@ export class ArduinoFrontendContribution
@inject(SketchesServiceClientImpl)
protected readonly sketchServiceClient: SketchesServiceClientImpl;
@inject(FrontendApplicationStateService)
protected readonly appStateService: FrontendApplicationStateService;
@inject(LocalStorageService)