Skip to content

Commit

Permalink
feat(ci): enable back sonar scan
Browse files Browse the repository at this point in the history
  • Loading branch information
VladyslavKurmaz committed Jan 30, 2025
1 parent 9c97d77 commit f4ea172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/components/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import HighchartsReact from 'highcharts-react-official'

import StateContext from '../StateContext';


/*
const data1 = [
{
timeline: [
Expand Down Expand Up @@ -146,6 +146,7 @@ const data1 = [
]
}
];
*/

const day = 24 * 36e5,
//today = Math.floor(Date.now() / day) * day;
Expand Down

0 comments on commit f4ea172

Please sign in to comment.