Skip to content

Commit

Permalink
fix(deps): update dependency dayjs to v1.11.13 (#499)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency dayjs to v1.11.13

* fix: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: chiol <[email protected]>
  • Loading branch information
renovate[bot] and chiol authored Oct 7, 2024
1 parent bd022d8 commit 70e351f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/web/src/entities/dashboard/lib/use-line-chart-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const useLineChartData = (
currentDate.subtract(dayCount > 50 ? 6 : 0, 'day'),
dayjs(from),
);
if (!prevDate) throw new Error("Can't get prevDate");

const channelData = targetData.reduce(
(acc, cur) => {
Expand Down
15 changes: 13 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70e351f

Please sign in to comment.