mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 17:45:31 +00:00
add missed comment value to the feed
This commit is contained in:
parent
a82f13e639
commit
ea4ae281eb
1 changed files with 2 additions and 1 deletions
|
|
@ -368,6 +368,7 @@ try
|
||||||
'userId' => $comment->userId,
|
'userId' => $comment->userId,
|
||||||
'magnetId' => $comment->magnetId,
|
'magnetId' => $comment->magnetId,
|
||||||
'timeAdded' => $comment->timeAdded,
|
'timeAdded' => $comment->timeAdded,
|
||||||
|
'value' => $comment->value
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue