Skip to content

Commit 39c7fff

Browse files
committed
Revert default query.
1 parent af887d9 commit 39c7fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ getAccessToken().then( token => {
9696
console.log(token);
9797

9898
const participantResourceUrl = `/api/v1/administration/projects/` + rksProjectId + '/participants';
99-
getFromApi(token, participantResourceUrl, { 'query': 'smith' } )
99+
getFromApi(token, participantResourceUrl)
100100
.then(data => {
101101
if (data) {
102102
// Uncomment this to print out the full response to the console.
103-
logResponse(data);
103+
// logResponse(data);
104104
console.log(`\nTotal Participants: ${data.totalParticipants}`);
105105
} else {
106106
console.log("Error when accessing the API.");

0 commit comments

Comments
 (0)