Skip to content

Commit

Permalink
feat(add-logger): initial commit (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpShell committed May 15, 2024
1 parent 0eaa5af commit 7d80bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Socket/business.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,12 @@ export const makeBusinessSocket = (config: SocketConfig) => {

return {
...sock,
logger: config.logger,
getOrderDetails,
getCatalog,
getCollections,
productCreate,
productDelete,
productUpdate
}
}
}

0 comments on commit 7d80bf0

Please sign in to comment.