mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-05 06:24:15 +00:00
Typo
This commit is contained in:
@ -758,7 +758,7 @@ class NotificationsView(ListAPIView):
|
||||
if not created_at:
|
||||
return HttpResponseBadRequest("Invalid date format")
|
||||
|
||||
queryset = Order.objects.filter(created_at__gte=created_at)
|
||||
queryset = queryset.filter(created_at__gte=created_at)
|
||||
|
||||
notification_data = []
|
||||
for notification in queryset:
|
||||
|
Reference in New Issue
Block a user