Split ACI contact when it is unregistered

This commit is contained in:
Fedor Indutny 2023-02-01 13:32:46 -08:00 committed by GitHub
parent a5a6b74f98
commit 63d6b14516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 317 additions and 81 deletions

View file

@ -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));