a lot of refactos
This commit is contained in:
@@ -7,5 +7,8 @@ export const eventHandlers = {
|
||||
bigBang(msg, chan) {
|
||||
this.observerSrv?.onBigBang()
|
||||
},
|
||||
simulationStopped(msg, chan) {
|
||||
this.observerSrv?.onSimulationStopped(msg.payload ?? {})
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -107,7 +107,6 @@ export const actions = {
|
||||
success: true,
|
||||
payload: {
|
||||
frequency: result.frequency,
|
||||
agents: result.agents,
|
||||
t: result.t,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user