Skip to content

Commit

Permalink
Fix broken AppManager
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Jul 8, 2024
1 parent 5e5c100 commit 7f60119
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server/AppManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f60119

Please sign in to comment.