Skip to content

Commit

Permalink
Update sqlalchemy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Dec 3, 2024
1 parent 10b8e52 commit d0ee2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/crouton/crouton/core/sqlalchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def route(
db.query(self.db_model)
.filter_by(**filters)
.order_by(getattr(self.db_model, self._pk))
.offset(skip)
.limit(limit)
.offset(skip)
.all()
)

Expand Down

0 comments on commit d0ee2d4

Please sign in to comment.