Skip to content

Commit

Permalink
Update /users/creator_node route to include non-creator users (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidSethi committed Mar 10, 2021
1 parent 17e4c44 commit 11b2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-provider/src/queries/get_users_cnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_users_cnode(cnode_endpoint_string):
FROM
"users"
WHERE
"is_creator" IS TRUE
"creator_node_endpoint" IS NOT NULL
AND "is_current" IS TRUE
ORDER BY
"user_id" ASC
Expand Down

0 comments on commit 11b2772

Please sign in to comment.