Skip to content

Commit

Permalink
chore: src/api/treeTrackerApi.js (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
motorcykle authored Nov 24, 2021
1 parent ba9158f commit 8c043f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/treeTrackerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export default {
getOrganizations() {
const query = `${
process.env.REACT_APP_API_ROOT
}/api/${getOrganization()}organizations?filter[where][type]=O`;
}/api/${getOrganization()}organizations?filter[where][type]=O&filter[order]=name`;

console.log('GET ORGANIZATIONS -----', query);

Expand Down

0 comments on commit 8c043f7

Please sign in to comment.