Format code with prettier
This commit is contained in:
parent
da8ec83871
commit
03631481e1
1 changed files with 2 additions and 2 deletions
|
@ -738,11 +738,11 @@ export async function mergeContactRecord(
|
|||
return false;
|
||||
}
|
||||
|
||||
const c = new window.Whisper.Conversation(({
|
||||
const c = new window.Whisper.Conversation({
|
||||
e164,
|
||||
uuid,
|
||||
type: 'private',
|
||||
} as Partial<ConversationAttributesType>) as WhatIsThis);
|
||||
} as Partial<ConversationAttributesType> as WhatIsThis);
|
||||
|
||||
const validationError = c.validate();
|
||||
if (validationError) {
|
||||
|
|
Loading…
Add table
Reference in a new issue