Skip to content

Commit

Permalink
debug snapshot drift issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Jan 29, 2024
1 parent 4d43fa1 commit 81c49e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/src/lib/server/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ export const getTimeline = ({
{}
);

console.log("svgDomain: ", svgDomain);

const graphConfig = sortedMarkerTimes.reduce(
(acc, postTime, postIndex) => {
const currentTimeInterval = acc.lastPostTime
Expand Down

0 comments on commit 81c49e2

Please sign in to comment.