mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
rename get system method on shuttle repository, update tests
This commit is contained in:
@@ -16,7 +16,7 @@ export class UnoptimizedInMemoryShuttleRepository implements ShuttleGetterSetter
|
||||
|
||||
private subscribers: ((eta: IEta) => void)[] = [];
|
||||
|
||||
public async getSystems() {
|
||||
public async getSystemIfExists() {
|
||||
return this.systems;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user