This commit is contained in:
Jamie Rees 2019-03-25 08:41:15 +00:00
parent 42662924d9
commit e6e24c6a97
9 changed files with 60 additions and 27 deletions

View file

@ -81,7 +81,7 @@ namespace Ombi.Store.Repository
await _ctx.Database.ExecuteSqlCommandAsync(sql);
}
private async Task<int> InternalSaveChanges()
protected async Task<int> InternalSaveChanges()
{
return await GlobalMutex.Lock(async () => await _ctx.SaveChangesAsync());
}