diff --git a/DysonNetwork.Sphere/Account/MagicSpellService.cs b/DysonNetwork.Sphere/Account/MagicSpellService.cs index 5dd4120..8bd9a7f 100644 --- a/DysonNetwork.Sphere/Account/MagicSpellService.cs +++ b/DysonNetwork.Sphere/Account/MagicSpellService.cs @@ -101,7 +101,7 @@ public class MagicSpellService( var contactMethod = spell.Meta["contact_method"] as string; var contact = await db.AccountContacts.FirstOrDefaultAsync(c => - c.Account.Id == spell.AccountId && c.Content == contactMethod + c.Content == contactMethod ); if (contact is not null) {