mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05:00 
			
		
		
		
	Fixed an ef core warning in muteservice
This commit is contained in:
		@@ -42,7 +42,8 @@ public class MuteService : INService
 | 
			
		||||
        {
 | 
			
		||||
            var guildIds = client.Guilds.Select(x => x.Id).ToList();
 | 
			
		||||
            var configs = uow.Set<GuildConfig>()
 | 
			
		||||
                             .AsQueryable()
 | 
			
		||||
                             .AsNoTracking()
 | 
			
		||||
                             .AsSplitQuery()
 | 
			
		||||
                             .Include(x => x.MutedUsers)
 | 
			
		||||
                             .Include(x => x.UnbanTimer)
 | 
			
		||||
                             .Include(x => x.UnmuteTimers)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user