Skip to content

Commit

Permalink
feature: remove useless property
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Aug 24, 2023
1 parent f56e000 commit 04814a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/workspace/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class WorkspacePlugin implements Plugin<{}, {}> {
private coreStart?: CoreStart;
private config$: Observable<ConfigSchema>;
private enabled$: BehaviorSubject<boolean> = new BehaviorSubject(false);
private loopRequestTimer?: NodeJS.Timeout;

private get isEnabled() {
return this.enabled$.getValue();
Expand Down

0 comments on commit 04814a3

Please sign in to comment.