Fixing an issue where DeleteAsync calls expect PK.
This commit is contained in:
@@ -97,7 +97,7 @@ public class ContactService : BaseDatabaseService, IContactService
|
||||
|
||||
if (contact != null && !contact.IsRootContact)
|
||||
{
|
||||
await Connection.DeleteAsync<AccountContact>(contact).ConfigureAwait(false);
|
||||
await Connection.DeleteAsync<AccountContact>(contact.Address).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user