Skip to content

Commit 571bb18

Browse files
committed
fix: types in date utils
1 parent 7f4b6e4 commit 571bb18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utilities/date-utils/src/pagination.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export function getSectionEnd(
196196

197197
if (visibleDuration.weeks) {
198198
return adjust({
199+
//@ts-expect-error - endOfWeek is loosely typed
199200
focusedDate: endOfWeek(focusedDate, locale),
200201
startDate,
201202
})

0 commit comments

Comments
 (0)