mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat(add-logger): initial commit (#777)
This commit is contained in:
@@ -270,6 +270,7 @@ export const makeBusinessSocket = (config: SocketConfig) => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
...sock,
|
...sock,
|
||||||
|
logger: config.logger,
|
||||||
getOrderDetails,
|
getOrderDetails,
|
||||||
getCatalog,
|
getCatalog,
|
||||||
getCollections,
|
getCollections,
|
||||||
@@ -277,4 +278,4 @@ export const makeBusinessSocket = (config: SocketConfig) => {
|
|||||||
productDelete,
|
productDelete,
|
||||||
productUpdate
|
productUpdate
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user