Fixing missing Message::$rcid mapping for recommendations without comment.
This commit is contained in:
parent
4707b41f27
commit
f2b423ad8c
|
@ -32,6 +32,9 @@ Skobkin\Bundle\PointToolsBundle\DTO\Api\WebSocket\Message:
|
|||
private:
|
||||
type: bool
|
||||
serialized_name: 'private'
|
||||
rcid:
|
||||
type: int
|
||||
serialized_name: 'rcid'
|
||||
tags:
|
||||
type: array<string>
|
||||
serialized_name: 'tags'
|
||||
|
|
Loading…
Reference in a new issue