forked from github/plane
fix: date for earlier this week (#540)
This commit is contained in:
parent
d6818e74fd
commit
722a053461
@ -281,7 +281,7 @@ class RecentPagesEndpoint(BaseAPIView):
|
||||
Page.objects.filter(
|
||||
updated_at__date__range=(
|
||||
(timezone.now() - timedelta(days=7)).date(),
|
||||
(timezone.now() - timedelta(days=1)).date(),
|
||||
(timezone.now() - timedelta(days=2)).date(),
|
||||
),
|
||||
workspace__slug=slug,
|
||||
project_id=project_id,
|
||||
|
Loading…
Reference in New Issue
Block a user