List only enabled ambassadors
This commit is contained in:
parent
6d291ecf95
commit
5839fc515f
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ class AmbassadorsPage extends Component {
|
||||||
query: {
|
query: {
|
||||||
$sort: { account: 1 },
|
$sort: { account: 1 },
|
||||||
$limit: limit,
|
$limit: limit,
|
||||||
$skip: skip
|
$skip: skip,
|
||||||
|
disabled: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
total = partialResponse.total;
|
total = partialResponse.total;
|
||||||
|
|
Loading…
Reference in a new issue