Skip to content

Commit

Permalink
feat: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
nofir committed Dec 12, 2024
1 parent 935bca8 commit 0d17e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/okx-sync/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const fetchOrders = async (options: {

if (parsed) {
if (config.chainId === 324) {
logger.error(
logger.info(
"fetch_orders_okx",
JSON.stringify({
message: `handleOrder. hash=${parsed.order.hash()}`,
Expand Down

0 comments on commit 0d17e52

Please sign in to comment.