Added the update bucket query

This commit is contained in:
ashutosh.nehete 2025-09-16 11:36:38 +05:30
parent 892facef40
commit cdc2afb688

View File

@ -2653,6 +2653,7 @@ namespace Marco.Pms.Services.Service
}); });
// Save changes to bucket and logs // Save changes to bucket and logs
_context.Buckets.Update(bucket);
await _context.SaveChangesAsync(); await _context.SaveChangesAsync();
// Now load contacts related to the bucket using a separate context for parallelism // Now load contacts related to the bucket using a separate context for parallelism