mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: minor code cleanup
This commit is contained in:
@@ -139,7 +139,11 @@ export const configureSuccessfulPairing = (
|
||||
tag: 'pair-device-sign',
|
||||
attrs: { },
|
||||
content: [
|
||||
{ tag: 'device-identity', attrs: { 'key-index': `${keyIndex}` }, content: accountEnc }
|
||||
{
|
||||
tag: 'device-identity',
|
||||
attrs: { 'key-index': `${keyIndex}` },
|
||||
content: accountEnc
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user