feat(add-logger): initial commit (#777)
This commit is contained in:
@@ -270,6 +270,7 @@ export const makeBusinessSocket = (config: SocketConfig) => {
|
||||
|
||||
return {
|
||||
...sock,
|
||||
logger: config.logger,
|
||||
getOrderDetails,
|
||||
getCatalog,
|
||||
getCollections,
|
||||
@@ -277,4 +278,4 @@ export const makeBusinessSocket = (config: SocketConfig) => {
|
||||
productDelete,
|
||||
productUpdate
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user