mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Removed accidental change !minor
This commit is contained in:
parent
80bf8f6014
commit
0de8494b9e
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ namespace Ombi.Store.Repository.Requests
|
|||
public async Task UpdateChild(ChildRequests request)
|
||||
{
|
||||
Db.Attach(request).State = EntityState.Modified;
|
||||
Db.Attach(request.SeasonRequests).State = EntityState.Modified;
|
||||
|
||||
await Db.SaveChangesAsync();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue