Skip to content

Commit 24c117d

Browse files
committed
Fix attribute order
1 parent 720b685 commit 24c117d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/application/queries/list_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
@dataclass(frozen=True, slots=True, kw_only=True)
2424
class ListUsersRequest:
25-
offset: int
2625
limit: int
26+
offset: int
2727
sorting_field: str
2828
sorting_order: SortingOrder
2929

0 commit comments

Comments
 (0)