fix: tsc error

This commit is contained in:
Adhiraj Singh
2021-12-17 11:16:49 +05:30
parent ca12da6269
commit ed30e368ad

View File

@@ -40,7 +40,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
{ tag: 'privacy', attrs: { } } { tag: 'privacy', attrs: { } }
] ]
}) })
privacySettings = reduceBinaryNodeToDictionary(content[0], 'category') privacySettings = reduceBinaryNodeToDictionary(content[0] as BinaryNode, 'category')
} }
return privacySettings return privacySettings
} }