Removed unused readOnly property on return response
This commit is contained in:
@@ -123,7 +123,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
|
||||
|
||||
return Ok(ApiOkResponse.Response(o, true));
|
||||
return Ok(ApiOkResponse.Response(o));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user