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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const c = new window.Whisper.Conversation(({
|
const c = new window.Whisper.Conversation({
|
||||||
e164,
|
e164,
|
||||||
uuid,
|
uuid,
|
||||||
type: 'private',
|
type: 'private',
|
||||||
} as Partial<ConversationAttributesType>) as WhatIsThis);
|
} as Partial<ConversationAttributesType> as WhatIsThis);
|
||||||
|
|
||||||
const validationError = c.validate();
|
const validationError = c.validate();
|
||||||
if (validationError) {
|
if (validationError) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue