mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: review daate not being returned in api call
This commit is contained in:
parent
48b4e1ec18
commit
e9681beb6f
@ -69,7 +69,8 @@ public class ArtistController : Controller
|
||||
{
|
||||
RequestId = x.Id,
|
||||
Message = x.ReviewMessage,
|
||||
Rating = x.Rating.Value
|
||||
Rating = x.Rating.Value,
|
||||
ReviewDate = x.ReviewDate
|
||||
}).ToList();
|
||||
|
||||
return Ok(result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user