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 {
...sock,
logger: config.logger,
getOrderDetails,
getCatalog,
getCollections,
@@ -277,4 +278,4 @@ export const makeBusinessSocket = (config: SocketConfig) => {
productDelete,
productUpdate
}
}
}