make sure we always return int for episode_action.started
This commit is contained in:
parent
39e094e812
commit
871257ede2
|
@ -41,4 +41,8 @@ class EpisodeActionEntity extends Entity implements JsonSerializable {
|
|||
{
|
||||
return (int) $this->timestampEpoch;
|
||||
}
|
||||
|
||||
public function getStarted() : int {
|
||||
return (int) $this->started;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue