feat(add-logger): initial commit (#777)

This commit is contained in:
Rajeh Taher
2024-05-15 18:36:20 +03:00
committed by GitHub
parent 0eaa5af909
commit 7d80bf0ea2

View File

@@ -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
} }
} }