Skip to content

Commit 713822e

Browse files
Merge branch 'main' into develop
2 parents afea58e + f336490 commit 713822e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/Features/Users/Queries/List/ListUserHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CancellationToken cancellationToken
5050

5151
var response = await unitOfWork
5252
.ReadonlyRepository<User>(true)
53-
.PagedListAsync(
53+
.CursorPagedListAsync(
5454
new ListUserSpecification(),
5555
query,
5656
ListUserMapping.Selector(),

0 commit comments

Comments
 (0)