mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: fetch order details on MD
This commit is contained in:
@@ -120,19 +120,19 @@ export const makeBusinessSocket = (config: SocketConfig) => {
|
|||||||
{
|
{
|
||||||
tag: 'width',
|
tag: 'width',
|
||||||
attrs: { },
|
attrs: { },
|
||||||
content: Buffer.from([ 49, 48, 48 ])
|
content: Buffer.from('100')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: 'height',
|
tag: 'height',
|
||||||
attrs: { },
|
attrs: { },
|
||||||
content: Buffer.from([ 49, 48, 48 ])
|
content: Buffer.from('100')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: 'token',
|
tag: 'token',
|
||||||
attrs: { },
|
attrs: { },
|
||||||
content: Buffer.from(tokenBase64, 'base64')
|
content: Buffer.from(tokenBase64)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user