more capitalisation, remove debug code
This commit is contained in:
@@ -70,15 +70,7 @@ internal class SolicitorsRepository(IRepoSetupService setup)
|
||||
else
|
||||
await UpdateExistingSolicitorAsync(solicitor, matchingSolicitor, cancellationToken);
|
||||
|
||||
try
|
||||
{
|
||||
await SaveChangesAsync(cancellationToken);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e);
|
||||
throw;
|
||||
}
|
||||
await SaveChangesAsync(cancellationToken);
|
||||
}
|
||||
|
||||
public Task RemoveStaleEntriesAsync(TimeSpan staleAge, CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user