Split ACI contact when it is unregistered
This commit is contained in:
parent
a5a6b74f98
commit
63d6b14516
11 changed files with 317 additions and 81 deletions
|
@ -104,7 +104,7 @@ function checkForAccount(
|
|||
e164: phoneNumber,
|
||||
reason: 'checkForAccount',
|
||||
});
|
||||
uuid = maybeMerged?.get('uuid');
|
||||
uuid = maybeMerged.get('uuid');
|
||||
}
|
||||
} catch (error) {
|
||||
log.error('checkForAccount:', Errors.toLogFormat(error));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue