Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:grafana/oncall into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Nov 3, 2023
2 parents 9fe401d + b70212f commit bac6669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/common/api_helpers/paginators.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ class FifteenPageSizePaginator(PathPrefixedPagePagination):

class TwentyFiveCursorPaginator(PathPrefixedCursorPagination):
page_size = 25
ordering = "-pk"
ordering = "-started_at"

0 comments on commit bac6669

Please sign in to comment.