do not show internal id in response
This commit is contained in:
parent
499d11d209
commit
414ad1a024
|
@ -103,7 +103,6 @@ class EpisodeAction {
|
|||
{
|
||||
return
|
||||
[
|
||||
'id' => $this->id,
|
||||
'podcast' => $this->getPodcast(),
|
||||
'episode' => $this->getEpisode(),
|
||||
'timestamp' => $this->getTimestamp(),
|
||||
|
|
Loading…
Reference in New Issue