Added the update bucket query
This commit is contained in:
parent
892facef40
commit
cdc2afb688
@ -2653,6 +2653,7 @@ namespace Marco.Pms.Services.Service
|
||||
});
|
||||
|
||||
// Save changes to bucket and logs
|
||||
_context.Buckets.Update(bucket);
|
||||
await _context.SaveChangesAsync();
|
||||
|
||||
// Now load contacts related to the bucket using a separate context for parallelism
|
||||
|
Loading…
x
Reference in New Issue
Block a user