fix Syncher whitespace
This commit is contained in:
@@ -101,13 +101,11 @@ namespace PARR.API.Controllers.V1
|
||||
jobsJoined.Add(item);
|
||||
});
|
||||
}
|
||||
jobsJoined.Distinct();
|
||||
|
||||
|
||||
if (!jobsJoined.Any())
|
||||
return NoContent();
|
||||
|
||||
var jobResponse = mapper.Map<List<JobGetAllResponse>>(jobsJoined);
|
||||
|
||||
var jobResponse = mapper.Map<List<JobGetAllResponse>>(jobsJoined.Distinct());
|
||||
|
||||
return Ok(new Response<List<JobGetAllResponse>>(jobResponse, true, new List<ErrorModel>(), $"{ip},{date}"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user