mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Format code with prettier
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user