readonly patch

This commit is contained in:
Drew Ansbacher
2021-09-16 10:39:38 -06:00
committed by Aiden McClelland
parent 309d37abd2
commit 3642a2d4cd

View File

@@ -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,
) {