mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
A few more throwaway variable syntax updated
This commit is contained in:
@@ -69,7 +69,7 @@ public class Localization : ILocalization, INService
|
||||
|
||||
public void RemoveGuildCulture(ulong guildId)
|
||||
{
|
||||
if (GuildCultureInfos.TryRemove(guildId, out var _))
|
||||
if (GuildCultureInfos.TryRemove(guildId, out _))
|
||||
{
|
||||
using var uow = _db.GetDbContext();
|
||||
var gc = uow.GuildConfigsForId(guildId, set => set);
|
||||
|
Reference in New Issue
Block a user