Skip to content

Commit

Permalink
Merge pull request #5 from Rockerby/main
Browse files Browse the repository at this point in the history
Issue 3 - Reduced page size to have .NET recognise it
  • Loading branch information
skttl authored Oct 23, 2023
2 parents a42cf6e + 39c85f8 commit 602847b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Our.Umbraco.Impersonator/wwwroot/user.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// Get users
usersResource
.getPagedResults({
pageSize: Number.MAX_SAFE_INTEGER,
userStates: ["Active"],
pageSize: 2147483647,
userStates: ["Active"],
})
.then(
function (data) {
Expand Down

0 comments on commit 602847b

Please sign in to comment.