From 3642a2d4cd611ccdf1e5c6b9c6e5e29263cefd17 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, ) {