maestro refacto to grrom, getpositions actions transfered to Observer, changed to frustum, with subscription
This commit is contained in:
+3
-3
@@ -89,9 +89,9 @@ export class gpsServer {
|
||||
}
|
||||
|
||||
initAgentStore() {
|
||||
const storage = this.gpsConfig.gps?.storage
|
||||
if(storage && this.systemCnx) {
|
||||
this.agentStore = new AgentStore(this.systemCnx, storage, this.debug)
|
||||
const gpsStorage = this.gpsConfig.gps?.GPSstorage
|
||||
if(gpsStorage && this.systemCnx) {
|
||||
this.agentStore = new AgentStore(this.systemCnx, gpsStorage, this.debug)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user