From 7f601195f86c92a0b230046544d8e752c6209099 Mon Sep 17 00:00:00 2001 From: Douglas Gubert Date: Mon, 8 Jul 2024 13:35:38 -0300 Subject: [PATCH] Fix broken AppManager --- src/server/AppManager.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/server/AppManager.ts b/src/server/AppManager.ts index 3c10fabfb..40533fb1b 100644 --- a/src/server/AppManager.ts +++ b/src/server/AppManager.ts @@ -154,10 +154,6 @@ export class AppManager { AppManager.Instance = this; } - public getRuntimeSystemRecords() { - return this.runtime.getSystemRecords(); - } - /** Gets the instance of the storage connector. */ public getStorage(): AppMetadataStorage { return this.appMetadataStorage;