mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 09:35:25 +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, |             RequestId = x.Id, | ||||||
|             Message = x.ReviewMessage, |             Message = x.ReviewMessage, | ||||||
|             Rating = x.Rating.Value |             Rating = x.Rating.Value, | ||||||
|  |             ReviewDate = x.ReviewDate | ||||||
|         }).ToList(); |         }).ToList(); | ||||||
|          |          | ||||||
|         return Ok(result); |         return Ok(result); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler