Skip to content

Commit

Permalink
Increased power stream offset
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-wu1 authored Feb 26, 2024
1 parent 3c3aaba commit 84b1ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard/components/PowerCharts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function PowerCharts({ cells, startDate, endDate, stream }) {
name: name,
powerData: await streamPowerData(
id,
DateTime.now().minus({ millisecond: interval + 1000 }),
DateTime.now().minus({ millisecond: interval + 29000 }),
DateTime.now(),
true,
),
Expand Down

0 comments on commit 84b1ac0

Please sign in to comment.