chore: minor code cleanup

This commit is contained in:
Adhiraj Singh
2022-03-14 19:38:01 +05:30
parent 1c77c00be5
commit 2b10b7b18f
4 changed files with 11 additions and 6 deletions

View File

@@ -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
}
]
}
]