From 5b9b8211693e0a3024c19fd9244f262bf9169ee8 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Thu, 16 Sep 2021 10:39:38 -0600 Subject: [PATCH] readonly patch --- ui/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index 7b7c4cc8c..a6ef83e9c 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -76,7 +76,7 @@ export class AppComponent { private readonly startupAlertsService: StartupAlertsService, private readonly toastCtrl: ToastController, private readonly errToast: ErrorToastService, - public readonly patch: PatchDbService, + private readonly patch: PatchDbService, private readonly config: ConfigService, readonly splitPane: SplitPaneTracker, ) {