Merge branch 'dev' of github.com:grafana/oncall into dev

This commit is contained in:
Joey Orlando 2023-11-03 13:44:56 -04:00
commit bac6669a3e
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -82,4 +82,4 @@ class FifteenPageSizePaginator(PathPrefixedPagePagination):
class TwentyFiveCursorPaginator(PathPrefixedCursorPagination):
page_size = 25
ordering = "-pk"
ordering = "-started_at"