mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 01:25:27 +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
	 Damien Ostler
						Damien Ostler