socket, binary, usync: fix linting

This commit is contained in:
Rajeh Taher
2025-03-14 23:38:53 +02:00
parent aa0579d12d
commit a29138758c
4 changed files with 4 additions and 4 deletions

View File

@@ -522,7 +522,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
const stanza: BinaryNode = {
tag: 'message',
attrs: {
id: msgId!,
id: msgId,
type: getMessageType(message),
...(additionalAttributes || {})
},