Skip to content

Commit

Permalink
arduino#985: Restored the missing inject decorator.
Browse files Browse the repository at this point in the history
Closes arduino#985.

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta authored and kittaakos committed May 13, 2022
1 parent 289f9d7 commit b407d0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export class ArduinoFrontendContribution
@inject(SketchesServiceClientImpl)
protected readonly sketchServiceClient: SketchesServiceClientImpl;

@inject(FrontendApplicationStateService)
protected readonly appStateService: FrontendApplicationStateService;

@inject(LocalStorageService)
Expand Down

0 comments on commit b407d0a

Please sign in to comment.