Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 18, 2024
2 parents 1d03040 + bd1936c commit b6182bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async function getTickInfoAndTransformOrders(
output,
quoteAsset,
baseAsset,
placed_at: dayjs(Math.floor(o.placed_at / 1000000)).unix(),
placed_at: dayjs(o.placed_at / 1000).unix(),
};
});
}

0 comments on commit b6182bc

Please sign in to comment.