Skip to content

Commit

Permalink
order people by createdAt, change Macedonia, The Former Yugoslav Repu…
Browse files Browse the repository at this point in the history
…blic Of to North Macedonia
  • Loading branch information
GraemeFulton committed Jun 10, 2024
1 parent 88b01e8 commit 76840ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export const accountLocations = [
"Code": "MO"
},
{
"Name": "Macedonia, the Former Yugoslav Republic of",
"Name": "North Macedonia",
"Code": "MK"
},
{
Expand Down
2 changes: 1 addition & 1 deletion lib/queries/newPeopleQuery.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default `
query newPeopleQuery ($pageSize: Int, $page: Int){
usersPermissionsUsers(filters: {approved:{eq:true}},pagination:{pageSize:$pageSize,page: $page}){
usersPermissionsUsers(sort:["createdAt:desc"],filters: {approved:{eq:true}},pagination:{pageSize:$pageSize,page: $page}){
meta {
pagination {
total
Expand Down

0 comments on commit 76840ab

Please sign in to comment.